summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--firmware/drivers/ata.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/firmware/drivers/ata.c b/firmware/drivers/ata.c
index 0795eaf1f8..5c8ba2d1b8 100644
--- a/firmware/drivers/ata.c
+++ b/firmware/drivers/ata.c
@@ -27,6 +27,7 @@
27#include "panic.h" 27#include "panic.h"
28#include "usb.h" 28#include "usb.h"
29#include "power.h" 29#include "power.h"
30#include "string.h"
30 31
31/* Define one of USE_STANDBY, USE_SLEEP or USE_POWEROFF */ 32/* Define one of USE_STANDBY, USE_SLEEP or USE_POWEROFF */
32#define USE_STANDBY 33#define USE_STANDBY