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

Remove another not-compiling module

parent fef57344
...@@ -66,7 +66,6 @@ elseif(IDF_TARGET STREQUAL "esp32s3") ...@@ -66,7 +66,6 @@ elseif(IDF_TARGET STREQUAL "esp32s3")
list(APPEND module_srcs list(APPEND module_srcs
"rmt.c" "rmt.c"
"pulsecnt.c" "pulsecnt.c"
"sdmmc.c"
) )
elseif(IDF_TARGET STREQUAL "esp32c3") elseif(IDF_TARGET STREQUAL "esp32c3")
list(APPEND module_srcs list(APPEND module_srcs
......
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