Skip to content

Commit a4b1b83

Browse files
author
Amanda Butler
authored
Make changes from comments
Fix typo and example link, raised in comments.
1 parent c96bcb5 commit a4b1b83

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

docs/reference/api/storage/FATFileSystem.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ The first step to using the FAT file system is formatting storage with FAT. You
1818

1919
<span class="notes">**Note:** The FAT file system requires at minimum 256 erase blocks. You can find the number of blocks on a block device by dividing the block device's size by its erase size.</span>
2020

21-
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 LittleFileSsystem. 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.
21+
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

2323
### Usage
2424

@@ -34,11 +34,10 @@ You can swap the FAT file system in place with other Mbed OS file systems, which
3434

3535
### FATFileSystem example
3636

37-
[![View code](https://www.mbed.com/embed/?url=https://github.com/armmbed/mbed-os-example-
38-
filesystem)](https://os.mbed.com/teams/mbed-os-examples/code/mbed-os-example-filesystem/file/
39-
8e251d9511b8/main.cpp)
37+
[![View code](https://www.mbed.com/embed/?url=https://github.com/armmbed/mbed-os-example-filesystem)](https://os.mbed.com/teams/mbed-os-examples/code/mbed-os-example-filesystem/file/adaa6c01d727/main.cpp/)
4038

4139
### Related content
4240

4341
- [Storage configuration](configuration-storage.html).
4442
- [LittleFileSystem](littlefilesystem.html).
43+
- [Storage overview](/docs/development/reference/storage.html#declaring-a-file-system).

0 commit comments

Comments
 (0)