Commit fef57344 authored by Philip Gladstone's avatar Philip Gladstone Committed by Johny Mattsson
Browse files

Remove the touch driver as well

parent b9d6e272
...@@ -59,13 +59,11 @@ if(IDF_TARGET STREQUAL "esp32") ...@@ -59,13 +59,11 @@ if(IDF_TARGET STREQUAL "esp32")
elseif(IDF_TARGET STREQUAL "esp32s2") elseif(IDF_TARGET STREQUAL "esp32s2")
list(APPEND module_srcs list(APPEND module_srcs
"dac.c" "dac.c"
"touch.c"
"rmt.c" "rmt.c"
"pulsecnt.c" "pulsecnt.c"
) )
elseif(IDF_TARGET STREQUAL "esp32s3") elseif(IDF_TARGET STREQUAL "esp32s3")
list(APPEND module_srcs list(APPEND module_srcs
"touch.c"
"rmt.c" "rmt.c"
"pulsecnt.c" "pulsecnt.c"
"sdmmc.c" "sdmmc.c"
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment