Skip to content

Commit d19982e

Browse files
authored
Merge pull request #43 from sajattack/patch-1
Fix Issue #33
2 parents a8a5e39 + 1eb49c5 commit d19982e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libraries/Camera/src/Camera.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ class Camera{
7676
* e.g. two RED pixel: {0xFF, 0xFF, 0x00, 0x00, 0x00, 0x00}
7777
*/
7878
virtual uint8_t* getRGB888(){ return nullptr; };
79-
virtual void setRotaion(uint8_t rotation) = 0;
79+
virtual void setRotation(uint8_t rotation) = 0;
8080
virtual void setInvert(bool invert) = 0;
8181

8282

0 commit comments

Comments
 (0)