forked from len0rd/rockbox
Fix yellow
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22916 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
bcaa113179
commit
de45938554
2 changed files with 3 additions and 2 deletions
|
|
@ -161,6 +161,9 @@ void usb_screen(void)
|
|||
int i;
|
||||
int usb_bars = VP_SB_ALLSCREENS; /* force statusbars */
|
||||
int old_bars = viewportmanager_get_statusbar();
|
||||
#ifdef USB_ENABLE_HID
|
||||
char mode_name[MODE_NAME_LEN];
|
||||
#endif
|
||||
#if defined HAVE_TOUCHSCREEN
|
||||
enum touchscreen_mode old_mode = touchscreen_get_mode();
|
||||
|
||||
|
|
@ -195,7 +198,6 @@ void usb_screen(void)
|
|||
else
|
||||
#endif
|
||||
{
|
||||
char mode_name[MODE_NAME_LEN];
|
||||
#ifdef HAVE_LCD_BITMAP
|
||||
screens[i].transparent_bitmap(usblogo,
|
||||
(LCD_WIDTH-BMPWIDTH_usblogo),
|
||||
|
|
|
|||
|
|
@ -90,7 +90,6 @@
|
|||
#define HID_NUM_BUFFERS 5
|
||||
#define SET_REPORT_BUF_LEN 2
|
||||
|
||||
//#ifdef LOGF_ENABLE
|
||||
#ifdef LOGF_ENABLE
|
||||
|
||||
#define BUF_DUMP_BUF_LEN HID_BUF_SIZE_REPORT
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue