1
0
Fork 0
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:
Frank Gevaerts 2008-03-21 19:34:46 +00:00
parent f65cf301fb
commit 1544b36966

View file

@ -255,8 +255,8 @@ static void usb_thread(void)
#endif /* USE_ROCKBOX_USB */ #endif /* USE_ROCKBOX_USB */
#ifdef HAVE_PRIORITY_SCHEDULING #ifdef HAVE_PRIORITY_SCHEDULING
thread_set_priority(usb_thread_entry,PRIORITY_REALTIME); thread_set_priority(usb_thread_entry,PRIORITY_REALTIME);
exclusive_ata_access = true;
#endif #endif
exclusive_ata_access = true;
#else #else
usb_slave_mode(true); usb_slave_mode(true);