fix typo in diskio.h (#2497)

fucntion -> function
This commit is contained in:
Ikko Eltociear Ashimine
2024-05-19 17:25:42 +09:00
committed by GitHub
parent dc9a99bb20
commit 8723aeb4cc

View File

@@ -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) */