We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 255a958 commit bfb5ef2Copy full SHA for bfb5ef2
src/Wippersnapper.cpp
@@ -2736,7 +2736,7 @@ void print_reset_reason(int reason) {
2736
break; /**<13, RTC Watch dog Reset CPU*/
2737
case 14:
2738
WS_DEBUG_PRINTLN("EXT_CPU_RESET");
2739
- break; /**<14, for APP CPU, reseted by PRO CPU*/
+ break; /**<14, for APP CPU, reset by PRO CPU*/
2740
case 15:
2741
WS_DEBUG_PRINTLN("RTCWDT_BROWN_OUT_RESET");
2742
break; /**<15, Reset when the vdd voltage is not stable*/
0 commit comments