File tree 2 files changed +3
-1
lines changed
2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -41,7 +41,6 @@ script:
41
41
- tools/build_adafruit_bins.sh
42
42
- make -C minimal CROSS=1 build/firmware.bin
43
43
- ls -l minimal/build/firmware.bin
44
- - tools/check_code_size.sh
45
44
- mkdir -p ${HOME}/persist
46
45
# Save new firmware for reference, but only if building a main branch, not a pull request
47
46
- ' if [ "$TRAVIS_PULL_REQUEST" = "false" ]; then cp minimal/build/firmware.bin ${HOME}/persist/; fi'
Original file line number Diff line number Diff line change @@ -576,6 +576,9 @@ int main(void) {
576
576
reset_samd21 ();
577
577
reset_mp ();
578
578
579
+ // Turn on autoreload by default but before boot.py in case it wants to change it.
580
+ autoreload_enable ();
581
+
579
582
// If not in safe mode, run boot before initing USB and capture output in a
580
583
// file.
581
584
if (safe_mode == NO_SAFE_MODE ) {
You can’t perform that action at this time.
0 commit comments