projects
/
pub
/
USBasp.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Oops - fix mixed "initialize" and "initialise" - opt for American spelling due to...
[pub/USBasp.git]
/
Projects
/
TempDataLogger
/
Lib
/
FATFs
/
ff.c
diff --git
a/Projects/TempDataLogger/Lib/FATFs/ff.c
b/Projects/TempDataLogger/Lib/FATFs/ff.c
index
0aedb6b
..
3da658e
100644
(file)
--- a/
Projects/TempDataLogger/Lib/FATFs/ff.c
+++ b/
Projects/TempDataLogger/Lib/FATFs/ff.c
@@
-1723,7
+1723,7
@@
FRESULT chk_mounted ( /* FR_OK(0): successful, !=0: any error occurred */
if (fmt == 3) return FR_DISK_ERR;
if (fmt) return FR_NO_FILESYSTEM; /* No FAT volume is found */
if (fmt == 3) return FR_DISK_ERR;
if (fmt) return FR_NO_FILESYSTEM; /* No FAT volume is found */
- /* Following code initiali
s
es the file system object */
+ /* Following code initiali
z
es the file system object */
if (LD_WORD(fs->win+BPB_BytsPerSec) != SS(fs)) /* (BPB_BytsPerSec must be equal to the physical sector size) */
return FR_NO_FILESYSTEM;
if (LD_WORD(fs->win+BPB_BytsPerSec) != SS(fs)) /* (BPB_BytsPerSec must be equal to the physical sector size) */
return FR_NO_FILESYSTEM;