From 0a6bed491f3c07407e570a9b423f3a979f9915d1 Mon Sep 17 00:00:00 2001 From: Scott Shawcroft Date: Sat, 20 May 2017 08:11:06 -0700 Subject: [PATCH] atmel-samd: Enable autoreload by default again. --- atmel-samd/main.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/atmel-samd/main.c b/atmel-samd/main.c index a1ccf0e3cbaea..a45a59d1e4068 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) {