Do penance. Fix yellow.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19769 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
e2a25592f8
commit
d7d75b7fd4
1 changed files with 2 additions and 2 deletions
|
@ -76,12 +76,12 @@ static int usb_mmc_countdown = 0;
|
|||
static long usb_stack[(DEFAULT_STACK_SIZE + 0x800)/sizeof(long)];
|
||||
static const char usb_thread_name[] = "usb";
|
||||
static unsigned int usb_thread_entry = 0;
|
||||
#endif /* USB_FULL_INIT */
|
||||
static struct event_queue usb_queue;
|
||||
#ifndef USB_STATUS_BY_EVENT
|
||||
#define NUM_POLL_READINGS (HZ/5)
|
||||
static int countdown;
|
||||
#endif /* USB_STATUS_BY_EVENT */
|
||||
#endif /* USB_FULL_INIT */
|
||||
static struct event_queue usb_queue;
|
||||
static bool usb_monitor_enabled;
|
||||
static int last_usb_status;
|
||||
#ifdef HAVE_USBSTACK
|
||||
|
|
Loading…
Reference in a new issue