diff options
| author | Scott Shawcroft <scott@tannewt.org> | 2019-02-13 00:35:14 -0800 |
|---|---|---|
| committer | Scott Shawcroft <scott@tannewt.org> | 2019-02-13 15:31:06 -0800 |
| commit | 473bdf48f61998ee9c51aa16c159bbc4df1d15b6 (patch) | |
| tree | 29a5b62c3c5abd25de64d4477d5356fbd595a438 /main.c | |
| parent | 78f51792a7da468413b94c714f39bd4750412671 (diff) | |
A safe mode fix and displayio fixes
* Fixes safe mode on the SAMD51. The "preserved" value was being
clobbered by the bootloader.
* Fixes auto-reload loop when in safe mode.
* Fixes reading Group children with [].
* Check that a TileGrid actually moves before queueing a refresh.
Diffstat (limited to 'main.c')
| -rwxr-xr-x | main.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -229,6 +229,7 @@ bool run_code_py(safe_mode_t safe_mode) { MICROPY_VM_HOOK_LOOP #endif if (reload_requested) { + reload_requested = false; return true; } |
