diff options
-rw-r--r-- | testhal/STM32/SDIO/main.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/testhal/STM32/SDIO/main.c b/testhal/STM32/SDIO/main.c index 30859f6be..bd5375910 100644 --- a/testhal/STM32/SDIO/main.c +++ b/testhal/STM32/SDIO/main.c @@ -51,6 +51,7 @@ int main(void) { sdcStart(&SDCD1, &sdccfg);
if (!sdcConnect(&SDCD1)) {
int i;
+ /* Repeated multiple reads.*/
for (i = 0; i < 1000; i++)
if (sdcRead(&SDCD1, 0, buf, 16))
chSysHalt();
|