Skip to content

Commit

Permalink
cpu/esp32: remove periph_rtc from used modules
Browse files Browse the repository at this point in the history
`periph_rtc` is no longer used by default.
  • Loading branch information
gschorcht committed Feb 21, 2020
1 parent d251ffd commit e869fbd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cpu/esp32/Makefile.include
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e869fbd

Please sign in to comment.