summaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
Diffstat (limited to 'apps')
-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 24075ae38a..321c396fc9 100644
--- a/apps/gui/usb_screen.h
+++ b/apps/gui/usb_screen.h
@@ -22,7 +22,7 @@
22#define _USB_SCREEN_H_ 22#define _USB_SCREEN_H_
23 23
24#ifdef USB_NONE 24#ifdef USB_NONE
25static inline void gui_usb_screen_run(bool early_usb) {} 25#define gui_usb_screen_run(early_usb) do {} while(0)
26#else 26#else
27extern void gui_usb_screen_run(bool early_usb); 27extern void gui_usb_screen_run(bool early_usb);
28#endif 28#endif