Skip to content

Commit d0f8187

Browse files
sebromeromarqdevx
authored andcommitted
Update content/hardware/04.pro/shields/portenta-vision-shield/tutorials/camera-to-bitmap-sd-card/content.md
1 parent b5486f3 commit d0f8187

File tree

1 file changed

+1
-1
lines changed
  • content/hardware/04.pro/shields/portenta-vision-shield/tutorials/camera-to-bitmap-sd-card

1 file changed

+1
-1
lines changed

content/hardware/04.pro/shields/portenta-vision-shield/tutorials/camera-to-bitmap-sd-card/content.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ Then we define the following objects with their respective constructor (`blockDe
8787

8888
```cpp
8989
#include "SDMMCBlockDevice.h" // Multi Media Card APIs
90-
#include "FATFileSystem.h" // Mbed API for portable and embedded systems
90+
#include "FATFileSystem.h" // API to run operations on a FAT file system
9191
SDMMCBlockDevice blockDevice;
9292
mbed::FATFileSystem fileSystem("fs");
9393

0 commit comments

Comments
 (0)