diff options
| -rw-r--r-- | atmel-samd/main.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/atmel-samd/main.c b/atmel-samd/main.c index a1ccf0e3c..a45a59d1e 100644 --- a/atmel-samd/main.c +++ b/atmel-samd/main.c @@ -576,6 +576,9 @@ int main(void) { reset_samd21(); reset_mp(); + // Turn on autoreload by default but before boot.py in case it wants to change it. + autoreload_enable(); + // If not in safe mode, run boot before initing USB and capture output in a // file. if (safe_mode == NO_SAFE_MODE) { |
