soc: move dac_hal to hal

This commit is contained in:
Renz Bagaporo 2020-09-17 19:59:37 +08:00 committed by bot
parent 01d9aa8070
commit 7f5893d53c
4 changed files with 1 additions and 1 deletions

View File

@ -53,6 +53,7 @@ if(NOT BOOTLOADER_BUILD)
"esp32s2/cp_dma_hal.c"
"esp32s2/systimer_hal.c"
"esp32s2/touch_sensor_hal.c"
"esp32s2/dac_hal.c"
"esp32s2/usb_hal.c")
endif()

View File

@ -1,5 +1,4 @@
set(srcs
"dac_hal.c"
"rtc_clk.c"
"rtc_clk_init.c"
"rtc_init.c"