Skip to content

Commit

Permalink
Code style fixes (#16)
Browse files Browse the repository at this point in the history
Automated fixes for code style.
  • Loading branch information
nfbot authored and networkfusion committed Mar 3, 2024
1 parent 53921c8 commit 6e85810
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion targets/ChibiOS/_FatFS/fatfs_diskio.c
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ DRESULT disk_read(
case SDC:

// clear read buffer
memset(sd_readBuffer, 0, MMCSD_BLOCK_SIZE * count);
memset(sd_readBuffer, 0, MMCSD_BLOCK_SIZE * count);

if (blkGetDriverState(&FATFS_HAL_DEVICE) != BLK_READY)
{
Expand Down

0 comments on commit 6e85810

Please sign in to comment.