Fix build without network code

This commit is contained in:
Nick Moore 2018-10-25 13:13:08 +11:00
parent c9279e8d3a
commit bbf8334166
1 changed files with 1 additions and 1 deletions

View File

@ -42,7 +42,7 @@ void run_background_tasks(void) {
#ifdef CIRCUITPY_DISPLAYIO
displayio_refresh_display();
#endif
#ifdef MICROPY_PY_NETWORK
#if MICROPY_PY_NETWORK
network_module_background();
#endif
usb_msc_background();