summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorScott Shawcroft <scott.shawcroft@gmail.com>2017-05-20 08:11:06 -0700
committerScott Shawcroft <scott.shawcroft@gmail.com>2017-05-20 08:11:06 -0700
commit0a6bed491f3c07407e570a9b423f3a979f9915d1 (patch)
treeca3855cd06886db0b34028a70a35f0bcbce5ddb1
parentd275d5bcf75f6d3699a68707297ecd54be406154 (diff)
atmel-samd: Enable autoreload by default again.0.10.1
-rw-r--r--atmel-samd/main.c3
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) {