diff options
| author | Scott Shawcroft <scott.shawcroft@gmail.com> | 2017-05-20 08:11:06 -0700 |
|---|---|---|
| committer | Scott Shawcroft <scott.shawcroft@gmail.com> | 2017-05-20 08:11:06 -0700 |
| commit | 0a6bed491f3c07407e570a9b423f3a979f9915d1 (patch) | |
| tree | ca3855cd06886db0b34028a70a35f0bcbce5ddb1 | |
| parent | d275d5bcf75f6d3699a68707297ecd54be406154 (diff) | |
atmel-samd: Enable autoreload by default again.0.10.1
| -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) { |
