1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/drivers/aip31068/Makefile.dep
2020-09-29 14:42:15 +02:00

9 lines
158 B
Makefile

FEATURES_REQUIRED += periph_i2c
USEMODULE += xtimer
ifeq (esp32,$(CPU))
# necessary to fix driver initialization on esp32
USEMODULE += esp_i2c_hw
endif