Skip to content

Commit bbf8334

Browse files
committed
Fix build without network code
1 parent c9279e8 commit bbf8334

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ports/atmel-samd/background.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ void run_background_tasks(void) {
4242
#ifdef CIRCUITPY_DISPLAYIO
4343
displayio_refresh_display();
4444
#endif
45-
#ifdef MICROPY_PY_NETWORK
45+
#if MICROPY_PY_NETWORK
4646
network_module_background();
4747
#endif
4848
usb_msc_background();

0 commit comments

Comments
 (0)