Skip to content

Commit 4a4df51

Browse files
committed
Update ResetReason.ino
1 parent 04c2d8f commit 4a4df51

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

libraries/ESP32/examples/ResetReason/ResetReason.ino

+2
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@
1919
#include "esp32s2/rom/rtc.h"
2020
#elif CONFIG_IDF_TARGET_ESP32C3
2121
#include "esp32c3/rom/rtc.h"
22+
#elif CONFIG_IDF_TARGET_ESP32S3
23+
#include "esp32s3/rom/rtc.h"
2224
#else
2325
#error Target CONFIG_IDF_TARGET is not supported
2426
#endif

0 commit comments

Comments
 (0)