Minor changes

This commit is contained in:
Aurora
2016-03-17 04:51:07 +01:00
parent 078fce4b3d
commit 6dfb33191f
14 changed files with 18 additions and 24 deletions

View File

@@ -69,7 +69,7 @@ DRESULT disk_read (
DRESULT disk_write (
__attribute__((unused))
BYTE pdrv, /* Physical drive nmuber to identify the drive */
const BYTE *buff, /* Data to be written */
const BYTE *buff, /* Data to be written */
DWORD sector, /* Sector address in LBA */
UINT count /* Number of sectors to write */
)