Skip to content

Commit

Permalink
shrink a couple of builds
Browse files Browse the repository at this point in the history
  • Loading branch information
dhalbert committed Feb 5, 2021
1 parent 8d7b1f9 commit 25d456a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion main.c
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ STATIC void stop_mp(void) {
#endif

background_callback_reset();
usb_background_schedule();
usb_background();

gc_deinit();
}
Expand Down
1 change: 1 addition & 0 deletions ports/atmel-samd/boards/arduino_zero/mpconfigboard.mk
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,4 @@ LONGINT_IMPL = NONE
CIRCUITPY_FULL_BUILD = 0

SUPEROPT_GC = 0
SUPEROPT_VM = 0
1 change: 1 addition & 0 deletions ports/atmel-samd/boards/seeeduino_xiao/mpconfigboard.mk
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,4 @@ LONGINT_IMPL = NONE
CIRCUITPY_FULL_BUILD = 0

SUPEROPT_GC = 0
SUPEROPT_VM = 0

0 comments on commit 25d456a

Please sign in to comment.