git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@16215 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
This commit is contained in:
parent
dfaec14d06
commit
639031dbe4
|
@ -175,11 +175,11 @@ static bool mmc_read(void *instance, uint32_t startblk,
|
|||
}
|
||||
buffer += MMCSD_BLOCK_SIZE;
|
||||
n--;
|
||||
}
|
||||
|
||||
if (mmcStopSequentialRead(mmcp)) {
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
||||
err = HAL_SUCCESS;
|
||||
} while (false);
|
||||
|
|
Loading…
Reference in New Issue