We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b74c3b9 commit 650e271Copy full SHA for 650e271
content/hardware/04.pro/shields/portenta-vision-shield/tutorials/camera-to-bitmap-sd-card/content.md
@@ -87,7 +87,7 @@ Then we define the following objects with their respective constructor (`blockDe
87
88
```cpp
89
#include "SDMMCBlockDevice.h" // Multi Media Card APIs
90
-#include "FATFileSystem.h" // Mbed API for portable and embedded systems
+#include "FATFileSystem.h" // API to run operations on a FAT file system
91
SDMMCBlockDevice blockDevice;
92
mbed::FATFileSystem fileSystem("fs");
93
0 commit comments