make.dep: fix dependencies for the arduino module

This commit is contained in:
Hauke Petersen 2019-05-06 09:20:30 +02:00
parent c49e72ac66
commit e1bec84f2d

View File

@ -582,6 +582,8 @@ endif
ifneq (,$(filter arduino,$(USEMODULE)))
FEATURES_REQUIRED += arduino
FEATURES_REQUIRED += periph_adc
FEATURES_REQUIRED += periph_gpio
USEMODULE += xtimer
endif