diff options
| -rw-r--r-- | apps/gui/usb_screen.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/gui/usb_screen.c b/apps/gui/usb_screen.c index 36f6de0..f2c2555 100644 --- a/apps/gui/usb_screen.c +++ b/apps/gui/usb_screen.c @@ -47,12 +47,12 @@ #include "ata_mmc.h" #endif -#ifndef SIMULATOR - #ifdef USB_ENABLE_HID int usb_keypad_mode; #endif +#ifndef SIMULATOR + static int handle_usb_events(void) { #if (CONFIG_STORAGE & STORAGE_MMC) |