fix typo in diskio.h (#2497)

fucntion -> function
pull/2767/merge
Ikko Eltociear Ashimine 3 weeks ago committed by GitHub
parent dc9a99bb20
commit 8723aeb4cc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -40,7 +40,7 @@ DRESULT disk_ioctl (BYTE pdrv, BYTE cmd, void* buff);
#define STA_PROTECT 0x04 /* Write protected */
/* Command code for disk_ioctrl fucntion */
/* Command code for disk_ioctrl function */
/* Generic command (Used by FatFs) */
#define CTRL_SYNC 0 /* Complete pending write process (needed at FF_FS_READONLY == 0) */

Loading…
Cancel
Save