diff options
Diffstat (limited to 'apps')
-rw-r--r-- | apps/main.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/apps/main.c b/apps/main.c index 1a1c6711b9..64c79b6e03 100644 --- a/apps/main.c +++ b/apps/main.c @@ -144,7 +144,6 @@ void init(void) if (rc == 1 || rc == 2) /* charger removed or "Off/Stop" pressed */ power_off(); /* "On" pressed or USB connected: proceed */ - ide_power_enable(true); } rc = ata_init(); |