forked from len0rd/rockbox
usb_keypad_mode shouldn't depend on SIMULATOR
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23294 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
ad3b2e3eb7
commit
1c2172d453
1 changed files with 2 additions and 2 deletions
|
@ -47,12 +47,12 @@
|
||||||
#include "ata_mmc.h"
|
#include "ata_mmc.h"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifndef SIMULATOR
|
|
||||||
|
|
||||||
#ifdef USB_ENABLE_HID
|
#ifdef USB_ENABLE_HID
|
||||||
int usb_keypad_mode;
|
int usb_keypad_mode;
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#ifndef SIMULATOR
|
||||||
|
|
||||||
static int handle_usb_events(void)
|
static int handle_usb_events(void)
|
||||||
{
|
{
|
||||||
#if (CONFIG_STORAGE & STORAGE_MMC)
|
#if (CONFIG_STORAGE & STORAGE_MMC)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue