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.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/gui/usb_screen.h b/apps/gui/usb_screen.h
index d601546520..cbf4d296a5 100644
--- a/apps/gui/usb_screen.h
+++ b/apps/gui/usb_screen.h
@@ -21,7 +21,7 @@
21#ifndef _USB_SCREEN_H_ 21#ifndef _USB_SCREEN_H_
22#define _USB_SCREEN_H_ 22#define _USB_SCREEN_H_
23 23
24extern void gui_usb_screen_run(void); 24extern void gui_usb_screen_run(bool early_usb);
25 25
26#endif 26#endif
27 27