Skip to content

Commit

Permalink
invalid
Browse files Browse the repository at this point in the history
  • Loading branch information
dimitre committed Jun 14, 2024
1 parent 1e63c0d commit 2bae74b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libraries/Camera/src/Camera.h
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
#include <stdbool.h>

typedef enum {
PIXFORMAT_INVLAID = 0,
PIXFORMAT_INVALID = 0,
PIXFORMAT_BAYER, // RAW
PIXFORMAT_RGB565, // RGB565
PIXFORMAT_YUV422, // YUV422
Expand Down

0 comments on commit 2bae74b

Please sign in to comment.