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 1394ceaf29..663df600ca 100644
--- a/firmware/drivers/ata.c
+++ b/firmware/drivers/ata.c
@@ -98,7 +98,7 @@ static bool poweroff = false;
98static int poweroff_timeout = 2*HZ; 98static int poweroff_timeout = 2*HZ;
99#endif 99#endif
100static char ata_stack[DEFAULT_STACK_SIZE]; 100static char ata_stack[DEFAULT_STACK_SIZE];
101static char ata_thread_name[] = "ata"; 101static const char ata_thread_name[] = "ata";
102static struct event_queue ata_queue; 102static struct event_queue ata_queue;
103static bool initialized = false; 103static bool initialized = false;
104static bool delayed_write = false; 104static bool delayed_write = false;