summaryrefslogtreecommitdiff
path: root/main.c
diff options
context:
space:
mode:
authorhathach <thach@tinyusb.org>2021-02-04 16:00:14 +0700
committerhathach <thach@tinyusb.org>2021-02-04 16:00:14 +0700
commit8d7b1f9e8c9545468305443ae6cae3d653ead8d2 (patch)
treec515494a15b2f4b28a18c88c2af78aa87c5c2cec /main.c
parente699a598905c95eb8249e89e436030376a518239 (diff)
add usb_background_schedule()
unconditionally schedule usb background after background_callback_reset()
Diffstat (limited to 'main.c')
-rwxr-xr-xmain.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/main.c b/main.c
index d9cdcca1d..f85109e2f 100755
--- a/main.c
+++ b/main.c
@@ -184,6 +184,7 @@ STATIC void stop_mp(void) {
#endif
background_callback_reset();
+ usb_background_schedule();
gc_deinit();
}