mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
9 lines
158 B
Makefile
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
|