From ce940e101a651634668d2827a2d1d6532efc79a9 Mon Sep 17 00:00:00 2001 From: Philip Gladstone Date: Thu, 12 Dec 2024 00:44:06 +0000 Subject: [PATCH] I can't get the can module to build on esp32c5 --- components/modules/CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/components/modules/CMakeLists.txt b/components/modules/CMakeLists.txt index ffe67457..13584b67 100644 --- a/components/modules/CMakeLists.txt +++ b/components/modules/CMakeLists.txt @@ -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}