summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormicroDev <70126934+microDev1@users.noreply.github.com>2020-09-13 23:17:14 +0530
committerGitHub <noreply@github.com>2020-09-13 23:17:14 +0530
commit506bb097f7af5118a4e52a9471fe4599e681ba39 (patch)
tree800d917addf5233ddfe66a50743bd156ef731e58
parent36da92075b6b83a6b1a998b377f340524d143f35 (diff)
Update safe_mode.c
-rw-r--r--supervisor/shared/safe_mode.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/supervisor/shared/safe_mode.c b/supervisor/shared/safe_mode.c
index 0c7933a21..1cf36e4b7 100644
--- a/supervisor/shared/safe_mode.c
+++ b/supervisor/shared/safe_mode.c
@@ -72,7 +72,7 @@ safe_mode_t wait_for_safe_mode_reset(void) {
// Blink on for 100, off for 100, on for 100, off for 100 and on for 200
common_hal_digitalio_digitalinout_set_value(&status_led, diff > 100 && diff / 100 != 2 && diff / 100 != 4);
#endif
- #ifdef CIRCUITPY_BOOT_BUTTON
+ #ifdef CIRCUITPY_BOOT_BUTTON
if (!common_hal_digitalio_digitalinout_get_value(&boot_button)) {
return USER_SAFE_MODE;
}
@@ -188,4 +188,4 @@ void print_safe_mode_message(safe_mode_t reason) {
break;
}
serial_write_compressed(FILE_AN_ISSUE);
-} \ No newline at end of file
+}