Skip to content

Commit 870b624

Browse files
Update content/hardware/04.pro/shields/portenta-vision-shield/tutorials/camera-to-bitmap-sd-card/content.md
Co-authored-by: BenjaminDannegard <benjamin.dannegard@gmail.com>
1 parent e98fa0e commit 870b624

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
@@ -80,7 +80,7 @@ First you need to include the needed libraries
8080
#include "himax.h" // Exclusive Camera library for the Portenta Vision Shield
8181
```
8282

83-
Then we define the following objects with their respective constructor (`blockDevice` and `fileSystem` objects), needed for getting access to the SD Card and the the file system.
83+
Then we define the following objects with their respective constructor (`blockDevice` and `fileSystem` objects), needed for getting access to the SD Card and the file system.
8484

8585
```cpp
8686
#include "SDMMCBlockDevice.h" // Multi Media Card APIs

0 commit comments

Comments
 (0)