mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-10-13 18:17:39 -04:00
fix the obligatory yellow
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20107 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
2c59de52d0
commit
cf2632229b
1 changed files with 2 additions and 0 deletions
|
@ -445,7 +445,9 @@ void* main(void)
|
|||
int num_partitions;
|
||||
struct partinfo* pinfo;
|
||||
#if defined(SANSA_E200) || defined(SANSA_C200) || defined(PHILIPS_SA9200)
|
||||
#if !defined(USE_ROCKBOX_USB)
|
||||
int usb_retry = 0;
|
||||
#endif
|
||||
bool usb = false;
|
||||
#else
|
||||
char buf[256];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue