Skip to content

Commit 4bb0b0a

Browse files
committed
volatile to skip optimisation
1 parent a37dad6 commit 4bb0b0a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -776,7 +776,7 @@ STATIC void __attribute__ ((noinline)) run_boot_py(safe_mode_t safe_mode) {
776776

777777
// Do USB setup even if boot.py is not run.
778778

779-
supervisor_allocation *pystack;
779+
volatile supervisor_allocation *pystack;
780780
#if MICROPY_ENABLE_PYSTACK
781781
pystack = allocate_pystack();
782782
#else

0 commit comments

Comments
 (0)