forked from len0rd/rockbox
move an #endif to its proper place. This should not actually change anything
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16732 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
f65cf301fb
commit
1544b36966
1 changed files with 1 additions and 1 deletions
|
@ -255,8 +255,8 @@ static void usb_thread(void)
|
|||
#endif /* USE_ROCKBOX_USB */
|
||||
#ifdef HAVE_PRIORITY_SCHEDULING
|
||||
thread_set_priority(usb_thread_entry,PRIORITY_REALTIME);
|
||||
exclusive_ata_access = true;
|
||||
#endif
|
||||
exclusive_ata_access = true;
|
||||
|
||||
#else
|
||||
usb_slave_mode(true);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue