atmel-samd: Enable autoreload by default again.
This commit is contained in:
parent
d275d5bcf7
commit
0a6bed491f
@ -576,6 +576,9 @@ int main(void) {
|
|||||||
reset_samd21();
|
reset_samd21();
|
||||||
reset_mp();
|
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
|
// If not in safe mode, run boot before initing USB and capture output in a
|
||||||
// file.
|
// file.
|
||||||
if (safe_mode == NO_SAFE_MODE) {
|
if (safe_mode == NO_SAFE_MODE) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user