mirror of
https://github.com/espressif/esp-idf.git
synced 2025-10-04 20:40:00 +00:00
Refactor the touch sensor driver
This commit is contained in:
@@ -20,7 +20,8 @@ set(SOC_SRCS "adc_periph.c"
|
||||
"i2s_periph.c"
|
||||
"i2c_periph.c"
|
||||
"uart_periph.c"
|
||||
)
|
||||
"touch_sensor_hal.c"
|
||||
"touch_sensor_periph.c")
|
||||
|
||||
if(NOT BOOTLOADER_BUILD AND CONFIG_ETH_USE_ESP32_EMAC)
|
||||
list(APPEND SOC_SRCS "emac_hal.c")
|
||||
|
Reference in New Issue
Block a user