mirror of
https://github.com/espressif/esp32-camera.git
synced 2025-08-06 16:40:19 +08:00
Fix re-definitions in ESP32 driver
Fixes: https://github.com/espressif/esp32-camera/issues/264
This commit is contained in:
@ -39,6 +39,7 @@ typedef enum {
|
||||
CAMERA_NT99141,
|
||||
CAMERA_MODEL_MAX,
|
||||
CAMERA_NONE,
|
||||
CAMERA_UNKNOWN
|
||||
} camera_model_t;
|
||||
|
||||
typedef enum {
|
||||
|
Reference in New Issue
Block a user