Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix invalid read test logic in sdmmc example
The read check is processing a buffer 10 blocks long. The check then reads data from the SD card 10 times to then report the speed of "Read 10 blocks at X bytes/second". The problem is that it actually reads 10*10 blocks. With this patch, read_blocks is used correctly to populate a continuous buffer. Signed-off-by: Petr Horacek <[email protected]>
- Loading branch information