atmel-samd: Enable autoreload by default again.

This commit is contained in:
Scott Shawcroft 2017-05-20 08:11:06 -07:00
parent d275d5bcf7
commit 0a6bed491f
1 changed files with 3 additions and 0 deletions

View File

@ -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) {