Skip to content

Commit 2a29ff4

Browse files
author
Amanda Butler
authored
Copy edit FATFileSystem.md
Copy edit file for consistent person across documents and minor grammar nits.
1 parent 2d83327 commit 2a29ff4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/reference/api/storage/FATFileSystem.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ The first step to using the FAT file system is formatting storage with FAT. You
2020

2121
The FAT file system supports external flash; however, it must allocate a full erase block for internal operations, which can become large for some forms of flash. If RAM consumption becomes a problem, we suggest switching to LittleFileSystem. The Mbed OS file system APIs make switching file systems a straightforward task. One common strategy is to use the FAT file system for debugging and switch to LittleFileSystem when the application becomes stable.
2222

23-
The FAT file system is thread safe. Although FAT file system is built on the ChanFS project, synchronizing in the C++ layer allows us to directly use the C++ RTOS APIs.
23+
The FAT file system is thread safe. Although the FAT file system is built on the ChanFS project, synchronizing in the C++ layer allows you to use the C++ RTOS APIs directly.
2424

2525
### Usage
2626

0 commit comments

Comments
 (0)