Remove the touch driver as well

This commit is contained in:
Philip Gladstone 2022-10-02 22:44:56 +00:00 committed by Johny Mattsson
parent b9d6e2722e
commit fef57344db
1 changed files with 0 additions and 2 deletions

View File

@ -59,13 +59,11 @@ if(IDF_TARGET STREQUAL "esp32")
elseif(IDF_TARGET STREQUAL "esp32s2")
list(APPEND module_srcs
"dac.c"
"touch.c"
"rmt.c"
"pulsecnt.c"
)
elseif(IDF_TARGET STREQUAL "esp32s3")
list(APPEND module_srcs
"touch.c"
"rmt.c"
"pulsecnt.c"
"sdmmc.c"