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 bb5a929 commit f3c43ccCopy full SHA for f3c43cc
drivers/hwinfo/hwinfo_esp32.c
@@ -85,6 +85,7 @@ int z_impl_hwinfo_get_reset_cause(uint32_t *cause)
85
break;
86
case ESP_RST_PANIC:
87
*cause = RESET_CPU_LOCKUP;
88
+ break;
89
case ESP_RST_BROWNOUT:
90
*cause = RESET_BROWNOUT;
91
0 commit comments