Remove the touch driver as well
This commit is contained in:
parent
b9d6e2722e
commit
fef57344db
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue