diff options
| author | Scott Shawcroft <scott.shawcroft@gmail.com> | 2017-05-15 20:21:26 -0700 |
|---|---|---|
| committer | Scott Shawcroft <scott.shawcroft@gmail.com> | 2017-05-15 20:21:26 -0700 |
| commit | b1925b1bd863d0dedbf40c2f2512fef54ae369e0 (patch) | |
| tree | 2950401a88bb48eec4e6823f4391095965a98a24 /atmel-samd/autoreload.c | |
| parent | 3f5028c666008f58785e86dd477065e3ca99d99f (diff) | |
atmel-samd: Fixup autoreset after switching boot to running once.0.10.0
Diffstat (limited to 'atmel-samd/autoreload.c')
| -rw-r--r-- | atmel-samd/autoreload.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/atmel-samd/autoreload.c b/atmel-samd/autoreload.c index 5d1a512ed..b2c9d61a7 100644 --- a/atmel-samd/autoreload.c +++ b/atmel-samd/autoreload.c @@ -64,4 +64,5 @@ void autoreload_start() { void autoreload_stop() { autoreload_delay_ms = 0; + reload_next_character = false; } |
