Skip to content

Commit

Permalink
atmel-samd: Enable autoreload by default again.
Browse files Browse the repository at this point in the history
  • Loading branch information
tannewt committed May 20, 2017
1 parent d275d5b commit 0a6bed4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions atmel-samd/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit 0a6bed4

Please sign in to comment.