Skip to content

Commit

Permalink
Merge pull request RIOT-OS#13348 from aabadie/pr/drivers/ili9341_xtim…
Browse files Browse the repository at this point in the history
…er_deps

drivers/ili9341: add missing xtimer module dependency
  • Loading branch information
aabadie authored Feb 12, 2020
2 parents ab9c67e + 7a88279 commit b0c5b09
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions drivers/Makefile.dep
Original file line number Diff line number Diff line change
Expand Up @@ -237,6 +237,7 @@ endif
ifneq (,$(filter ili9341,$(USEMODULE)))
FEATURES_REQUIRED += periph_spi
FEATURES_REQUIRED += periph_gpio
USEMODULE += xtimer
endif

ifneq (,$(filter ina2%,$(USEMODULE)))
Expand Down

0 comments on commit b0c5b09

Please sign in to comment.