Skip to content

Commit 5c715ff

Browse files
authored
include Arduino.h in Portenta_Camera/camera.h
Add include of Arduino.h in Portenta_Camera/camera.h to allow inclusion of camera.h in a .cpp file without having to explicitly include Arduino.h in the .cpp file
1 parent 56cc627 commit 5c715ff

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

libraries/Portenta_Camera/camera.h

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
#include "Arduino.h"
2+
13
enum {
24
CAMERA_R160x120 = 0x00, /* QQVGA Resolution */
35
CAMERA_R320x240 = 0x01, /* QVGA Resolution */

0 commit comments

Comments
 (0)