summaryrefslogtreecommitdiff
path: root/firmware/drivers/ata.c
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/drivers/ata.c')
-rw-r--r--firmware/drivers/ata.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/drivers/ata.c b/firmware/drivers/ata.c
index 355ff37900..b98567e8bf 100644
--- a/firmware/drivers/ata.c
+++ b/firmware/drivers/ata.c
@@ -79,7 +79,7 @@
79static unsigned int ata_thread_id = 0; 79static unsigned int ata_thread_id = 0;
80#endif 80#endif
81 81
82#if defined(HAVE_USBSTACK) && defined(USE_ROCKBOX_USB) 82#if defined(HAVE_USBSTACK)
83#define ALLOW_USB_SPINDOWN 83#define ALLOW_USB_SPINDOWN
84#endif 84#endif
85 85