mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
6 lines
143 B
Makefile
6 lines
143 B
Makefile
ifneq (,$(filter esp32_ttgo_t_beam_v1_0,$(USEMODULE)))
|
|
FEATURES_REQUIRED += periph_i2c
|
|
endif
|
|
|
|
include $(RIOTBOARD)/common/esp32/Makefile.dep
|