Skip to content

Commit 25d456a

Browse files
committed
shrink a couple of builds
1 parent 8d7b1f9 commit 25d456a

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

main.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ STATIC void stop_mp(void) {
184184
#endif
185185

186186
background_callback_reset();
187-
usb_background_schedule();
187+
usb_background();
188188

189189
gc_deinit();
190190
}

ports/atmel-samd/boards/arduino_zero/mpconfigboard.mk

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,3 +11,4 @@ LONGINT_IMPL = NONE
1111
CIRCUITPY_FULL_BUILD = 0
1212

1313
SUPEROPT_GC = 0
14+
SUPEROPT_VM = 0

ports/atmel-samd/boards/seeeduino_xiao/mpconfigboard.mk

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,3 +11,4 @@ LONGINT_IMPL = NONE
1111
CIRCUITPY_FULL_BUILD = 0
1212

1313
SUPEROPT_GC = 0
14+
SUPEROPT_VM = 0

0 commit comments

Comments
 (0)