SDIO. Deleted unneded sleep.

git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@4252 35acf78f-673a-0410-8e92-d51de3d6d3f4
This commit is contained in:
barthess 2012-06-01 18:08:28 +00:00
parent 2f6c0acd6a
commit d406f96c22
1 changed files with 0 additions and 1 deletions

View File

@ -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 );