1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00

cpu/esp32: remove periph_rtc from used modules

`periph_rtc` is no longer used by default.
This commit is contained in:
Gunar Schorcht 2020-02-21 09:13:23 +01:00
parent d251ffd205
commit e869fbd30f

View File

@ -49,7 +49,6 @@ USEMODULE += esp_idf_driver
USEMODULE += esp_idf_esp32
USEMODULE += esp_idf_soc
USEMODULE += periph_adc_ctrl
USEMODULE += periph_rtc
INCLUDES += -I$(RIOTCPU)/$(CPU)/vendor/
INCLUDES += -I$(RIOTCPU)/$(CPU)/vendor/esp-idf/include