diff --git a/apps/gui/usb_screen.c b/apps/gui/usb_screen.c index 36f6de05a8..f2c25554df 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)