Remove another not-compiling module

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

View File

@ -66,7 +66,6 @@ elseif(IDF_TARGET STREQUAL "esp32s3")
list(APPEND module_srcs
"rmt.c"
"pulsecnt.c"
"sdmmc.c"
)
elseif(IDF_TARGET STREQUAL "esp32c3")
list(APPEND module_srcs