cpu/esp32: remove periph_rtc from used modules
`periph_rtc` is no longer used by default.
This commit is contained in:
parent
d251ffd205
commit
e869fbd30f
@ -49,7 +49,6 @@ USEMODULE += esp_idf_driver
|
|||||||
USEMODULE += esp_idf_esp32
|
USEMODULE += esp_idf_esp32
|
||||||
USEMODULE += esp_idf_soc
|
USEMODULE += esp_idf_soc
|
||||||
USEMODULE += periph_adc_ctrl
|
USEMODULE += periph_adc_ctrl
|
||||||
USEMODULE += periph_rtc
|
|
||||||
|
|
||||||
INCLUDES += -I$(RIOTCPU)/$(CPU)/vendor/
|
INCLUDES += -I$(RIOTCPU)/$(CPU)/vendor/
|
||||||
INCLUDES += -I$(RIOTCPU)/$(CPU)/vendor/esp-idf/include
|
INCLUDES += -I$(RIOTCPU)/$(CPU)/vendor/esp-idf/include
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user