summaryrefslogtreecommitdiff
path: root/supervisor/shared/safe_mode.h
diff options
context:
space:
mode:
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 eba2668ac..59480b55b 100644
--- a/supervisor/shared/safe_mode.h
+++ b/supervisor/shared/safe_mode.h
@@ -35,7 +35,8 @@ typedef enum {
HEAP_OVERWRITTEN,
MANUAL_SAFE_MODE,
MICROPY_NLR_JUMP_FAIL,
- MICROPY_FATAL_ERROR
+ MICROPY_FATAL_ERROR,
+ GC_ALLOC_OUTSIDE_VM
} safe_mode_t;
safe_mode_t wait_for_safe_mode_reset(void);