1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-12-14 17:13:50 +01:00

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