8000 atmel-samd: Enable autoreload by default again. · pcurry/circuitpython@0a6bed4 · GitHub
[go: up one dir, main page]

Skip to content

Commit 0a6bed4

Browse files
committed
atmel-samd: Enable autoreload by default again.
1 parent d275d5b commit 0a6bed4

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

atmel-samd/main.c

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -576,6 +576,9 @@ int main(void) {
576576
reset_samd21();
577577
reset_mp();
578578

579+
// Turn on autoreload by default but before boot.py in case it wants to change it.
580+
autoreload_enable();
581+
579582
// If not in safe mode, run boot before initing USB and capture output in a
580583
// file.
581584
if (safe_mode == NO_SAFE_MODE) {

0 commit comments

Comments
 (0)
0