diff --git a/firmware/powermgmt.c b/firmware/powermgmt.c index ea19ddc7d1..f7aa4baf07 100644 --- a/firmware/powermgmt.c +++ b/firmware/powermgmt.c @@ -767,9 +767,6 @@ void shutdown_hw(void) storage_spindown(1); } - while (storage_disk_is_active()) - sleep(HZ/10); - #if CONFIG_CODEC == SWCODEC audiohw_close(); #else