git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@16215 27425a3e-05d8-49a3-a47f-9c15f0e5edd8

This commit is contained in:
Giovanni Di Sirio 2023-04-12 17:12:20 +00:00
parent dfaec14d06
commit 639031dbe4
1 changed files with 3 additions and 3 deletions

View File

@ -175,11 +175,11 @@ static bool mmc_read(void *instance, uint32_t startblk,
} }
buffer += MMCSD_BLOCK_SIZE; buffer += MMCSD_BLOCK_SIZE;
n--; n--;
}
if (mmcStopSequentialRead(mmcp)) { if (mmcStopSequentialRead(mmcp)) {
break; break;
} }
}
err = HAL_SUCCESS; err = HAL_SUCCESS;
} while (false); } while (false);