diff options
Diffstat (limited to 'ports/nrf/background.c')
| -rw-r--r-- | ports/nrf/background.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ports/nrf/background.c b/ports/nrf/background.c index 69c76fd06..ea6e846b3 100644 --- a/ports/nrf/background.c +++ b/ports/nrf/background.c @@ -25,6 +25,7 @@ */ #include "py/runtime.h" +#include "supervisor/filesystem.h" #include "supervisor/usb.h" #include "supervisor/shared/stack.h" @@ -33,6 +34,7 @@ #endif void run_background_tasks(void) { + filesystem_background(); usb_background(); #ifdef CIRCUITPY_DISPLAYIO |
