We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 832869b commit 6bcbe51Copy full SHA for 6bcbe51
1 file changed
supervisor/stub/safe_mode.c
@@ -32,6 +32,8 @@ safe_mode_t wait_for_safe_mode_reset(void) {
32
33
void reset_into_safe_mode(safe_mode_t reason) {
34
(void) reason;
35
+ for (;;) {
36
+ }
37
}
38
39
void print_safe_mode_message(safe_mode_t reason) {
0 commit comments