summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--apps/gui/usb_screen.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/gui/usb_screen.h b/apps/gui/usb_screen.h
index 24075ae..321c396 100644
--- a/apps/gui/usb_screen.h
+++ b/apps/gui/usb_screen.h
@@ -22,7 +22,7 @@
#define _USB_SCREEN_H_
#ifdef USB_NONE
-static inline void gui_usb_screen_run(bool early_usb) {}
+#define gui_usb_screen_run(early_usb) do {} while(0)
#else
extern void gui_usb_screen_run(bool early_usb);
#endif