Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
dadigang
Ventoy
Commits
8723aeb4
"vscode:/vscode.git/clone" did not exist on "e608245823f7d3cf0e597245246f897463ea93bc"
Unverified
Commit
8723aeb4
authored
May 19, 2024
by
Ikko Eltociear Ashimine
Committed by
GitHub
May 19, 2024
Browse files
fix typo in diskio.h (#2497)
fucntion -> function
parent
dc9a99bb
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
Ventoy2Disk/Ventoy2Disk/ff14/source/diskio.h
Ventoy2Disk/Ventoy2Disk/ff14/source/diskio.h
+1
-1
No files found.
Ventoy2Disk/Ventoy2Disk/ff14/source/diskio.h
View file @
8723aeb4
...
@@ -40,7 +40,7 @@ DRESULT disk_ioctl (BYTE pdrv, BYTE cmd, void* buff);
...
@@ -40,7 +40,7 @@ DRESULT disk_ioctl (BYTE pdrv, BYTE cmd, void* buff);
#define STA_PROTECT 0x04
/* Write protected */
#define STA_PROTECT 0x04
/* Write protected */
/* Command code for disk_ioctrl fu
c
ntion */
/* Command code for disk_ioctrl fun
c
tion */
/* Generic command (Used by FatFs) */
/* Generic command (Used by FatFs) */
#define CTRL_SYNC 0
/* Complete pending write process (needed at FF_FS_READONLY == 0) */
#define CTRL_SYNC 0
/* Complete pending write process (needed at FF_FS_READONLY == 0) */
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment