Skip to content

Commit 205aadc

Browse files
committed
fix(psram): Add missing C61 header
1 parent 7fd1b4c commit 205aadc

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

cores/esp32/esp32-hal-psram.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,8 @@
3131
#include "esp32p4/rom/cache.h"
3232
#elif CONFIG_IDF_TARGET_ESP32C5
3333
#include "esp32c5/rom/cache.h"
34+
#elif CONFIG_IDF_TARGET_ESP32C61
35+
#include "esp32c61/rom/cache.h"
3436
#else
3537
#error Target CONFIG_IDF_TARGET is not supported
3638
#endif

0 commit comments

Comments
 (0)