summaryrefslogtreecommitdiff
path: root/firmware/usb.c
diff options
context:
space:
mode:
authorFrank Gevaerts <frank@gevaerts.be>2008-03-21 19:34:46 +0000
committerFrank Gevaerts <frank@gevaerts.be>2008-03-21 19:34:46 +0000
commit1544b36966c692e20d711b920eade06487996eb6 (patch)
treec49d7caf7009ebb63f604241832ec5f295846eef /firmware/usb.c
parentf65cf301fbbbb23ffde08527755ff57e973c7bef (diff)
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
Diffstat (limited to 'firmware/usb.c')
-rw-r--r--firmware/usb.c2
1 files changed, 1 insertions, 1 deletions
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);