summaryrefslogtreecommitdiff
path: root/apps/gui/usb_screen.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/gui/usb_screen.h')
-rw-r--r--apps/gui/usb_screen.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/apps/gui/usb_screen.h b/apps/gui/usb_screen.h
index deaca11aba..84d92d24ff 100644
--- a/apps/gui/usb_screen.h
+++ b/apps/gui/usb_screen.h
@@ -21,7 +21,11 @@
21#ifndef _USB_SCREEN_H_ 21#ifndef _USB_SCREEN_H_
22#define _USB_SCREEN_H_ 22#define _USB_SCREEN_H_
23 23
24#ifdef USB_NONE
25static inline void gui_usb_screen_run(void) {}
26#else
24extern void gui_usb_screen_run(void); 27extern void gui_usb_screen_run(void);
28#endif
25 29
26#endif 30#endif
27 31