diff options
Diffstat (limited to 'os/hal')
-rw-r--r-- | os/hal/src/sdc.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/os/hal/src/sdc.c b/os/hal/src/sdc.c index ff90fdd62..dd0170b4f 100644 --- a/os/hal/src/sdc.c +++ b/os/hal/src/sdc.c @@ -543,7 +543,6 @@ bool_t sdcErase(SDCDriver *sdcp, uint32_t startblk, uint32_t endblk) { return CH_FAILED;
/* Quick sleep to allow it to transition to programming or receiving state */
- chThdSleepMilliseconds(2);
/* Wait for it to return to transfer state to indicate it has finished erasing */
_sdc_wait_for_transfer_state( sdcp );
|