File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 26
26
directories which simplifies interacting with files in subdirectories.
27
27
28
28
* Utility methods are provided to determine whether a file exists
29
- and to create a directory heirarchy .
29
+ and to create a directory hierarchy .
30
30
31
31
*/
32
32
Original file line number Diff line number Diff line change @@ -50,7 +50,7 @@ extern "C" {
50
50
#endif
51
51
#if !defined(STM32_CORE_VERSION ) || (STM32_CORE_VERSION <= 0x01060100 )
52
52
#error "This library version required a STM32 core version > 1.6.1.\
53
- Please update the core or install previous libray version."
53
+ Please update the core or install previous library version."
54
54
#endif
55
55
56
56
/*SD Card information structure */
Original file line number Diff line number Diff line change 179
179
/ option to 1 and f_getfree() function at first time after volume mount will
180
180
/ force a full FAT scan.
181
181
/
182
- / 0: Load all informations in the FSINFO if available.
182
+ / 0: Load all information in the FSINFO if available.
183
183
/ 1: Do not trust free cluster count in the FSINFO.
184
184
*/
185
185
Original file line number Diff line number Diff line change 210
210
/ number and only an FAT volume found on the physical drive will be mounted.
211
211
/ When multi-partition is enabled (1), each logical drive number can be bound to
212
212
/ arbitrary physical drive and partition listed in the VolToPart[]. Also f_fdisk()
213
- / funciton will be available. */
213
+ / function will be available. */
214
214
215
215
216
216
#define _MIN_SS 512
You can’t perform that action at this time.
0 commit comments