summaryrefslogtreecommitdiff
path: root/apps/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/main.c')
-rw-r--r--apps/main.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/apps/main.c b/apps/main.c
index 598597520f..5dd92e5e02 100644
--- a/apps/main.c
+++ b/apps/main.c
@@ -19,7 +19,6 @@
19#include "config.h" 19#include "config.h"
20 20
21#include "ata.h" 21#include "ata.h"
22#include "ata_idle_notify.h"
23#include "disk.h" 22#include "disk.h"
24#include "fat.h" 23#include "fat.h"
25#include "lcd.h" 24#include "lcd.h"
@@ -428,7 +427,6 @@ static void init(void)
428 } 427 }
429#endif 428#endif
430 429
431 ata_idle_notify_init();
432 rc = ata_init(); 430 rc = ata_init();
433 if(rc) 431 if(rc)
434 { 432 {