The i2s module doesn't appear to build

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

View File

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