From 1544b36966c692e20d711b920eade06487996eb6 Mon Sep 17 00:00:00 2001 From: Frank Gevaerts Date: Fri, 21 Mar 2008 19:34:46 +0000 Subject: 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 --- firmware/usb.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/firmware/usb.c b/firmware/usb.c index 977a3fbccb..e743c9073f 100644 --- a/firmware/usb.c +++ b/firmware/usb.c @@ -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); -- cgit v1.2.3