mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
make.dep: fix dependencies for the arduino module
This commit is contained in:
parent
c49e72ac66
commit
e1bec84f2d
@ -582,6 +582,8 @@ endif
|
||||
|
||||
ifneq (,$(filter arduino,$(USEMODULE)))
|
||||
FEATURES_REQUIRED += arduino
|
||||
FEATURES_REQUIRED += periph_adc
|
||||
FEATURES_REQUIRED += periph_gpio
|
||||
USEMODULE += xtimer
|
||||
endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user