diff options
| author | hathach <thach@tinyusb.org> | 2021-02-04 16:00:14 +0700 |
|---|---|---|
| committer | hathach <thach@tinyusb.org> | 2021-02-04 16:00:14 +0700 |
| commit | 8d7b1f9e8c9545468305443ae6cae3d653ead8d2 (patch) | |
| tree | c515494a15b2f4b28a18c88c2af78aa87c5c2cec /main.c | |
| parent | e699a598905c95eb8249e89e436030376a518239 (diff) | |
add usb_background_schedule()
unconditionally schedule usb background after
background_callback_reset()
Diffstat (limited to 'main.c')
| -rwxr-xr-x | main.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -184,6 +184,7 @@ STATIC void stop_mp(void) { #endif background_callback_reset(); + usb_background_schedule(); gc_deinit(); } |
