Skip to content

Commit e28ad18

Browse files
committed
fix(ci): Fix/stop some examples for C5
1 parent c03e748 commit e28ad18

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Diff for: libraries/ESP32/examples/ResetReason/ResetReason/ResetReason.ino

+2
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,8 @@
2828
#include "esp32h2/rom/rtc.h"
2929
#elif CONFIG_IDF_TARGET_ESP32P4
3030
#include "esp32p4/rom/rtc.h"
31+
#elif CONFIG_IDF_TARGET_ESP32C5
32+
#include "esp32c5/rom/rtc.h"
3133
#else
3234
#error Target CONFIG_IDF_TARGET is not supported
3335
#endif

0 commit comments

Comments
 (0)