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

The i2s module doesn't appear to build

parent f15470e4
...@@ -59,14 +59,12 @@ if(IDF_TARGET STREQUAL "esp32") ...@@ -59,14 +59,12 @@ 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"
"i2s.c"
"touch.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
"i2s.c"
"touch.c" "touch.c"
"rmt.c" "rmt.c"
"pulsecnt.c" "pulsecnt.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