I can't get the can module to build on esp32c5

This commit is contained in:
Philip Gladstone 2024-12-12 00:44:06 +00:00
parent 7f672374b1
commit ce940e101a
1 changed files with 0 additions and 1 deletions

View File

@ -83,7 +83,6 @@ elseif(IDF_TARGET STREQUAL "esp32c3")
)
elseif(IDF_TARGET STREQUAL "esp32c5")
list(APPEND module_srcs
"can.c"
"i2s.c"
"pulsecnt.c"
${wifi_modules}