I can't get the can module to build on esp32c5
This commit is contained in:
parent
7f672374b1
commit
ce940e101a
|
@ -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}
|
||||
|
|
Loading…
Reference in New Issue