summaryrefslogtreecommitdiff
path: root/supervisor/shared/safe_mode.h
diff options
context:
space:
mode:
authorDan Halbert <halbert@halwitz.org>2019-12-12 15:51:13 -0500
committerDan Halbert <halbert@halwitz.org>2019-12-12 15:51:13 -0500
commitef2ef7a6b8c30dd64753e2ceca7587d9ead90e44 (patch)
treeada3663598b60f30a1ba53b3a8ff5b8143af8e76 /supervisor/shared/safe_mode.h
parente11fabd5e0979fa257a81d6025a0df0b6652b600 (diff)
parentbcd03ed7ee6cfbf0f3be926c2f7912201c5a7ca6 (diff)
merge from master
Diffstat (limited to 'supervisor/shared/safe_mode.h')
-rw-r--r--supervisor/shared/safe_mode.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/supervisor/shared/safe_mode.h b/supervisor/shared/safe_mode.h
index 8c5dcd9c5..e05fca0e4 100644
--- a/supervisor/shared/safe_mode.h
+++ b/supervisor/shared/safe_mode.h
@@ -38,7 +38,8 @@ typedef enum {
MICROPY_FATAL_ERROR,
GC_ALLOC_OUTSIDE_VM,
PROGRAMMATIC_SAFE_MODE,
- NORDIC_SOFT_DEVICE_ASSERT
+ NORDIC_SOFT_DEVICE_ASSERT,
+ FLASH_WRITE_FAIL,
} safe_mode_t;
safe_mode_t wait_for_safe_mode_reset(void);