mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-21 15:25:36 +03:00
Add inverted option (#4577)
This commit is contained in:
parent
2ba0f74f5f
commit
e3c258d65f
3 changed files with 31 additions and 7 deletions
|
@ -45,6 +45,7 @@ typedef struct cameraControlConfig_s {
|
|||
uint16_t internalResistance;
|
||||
|
||||
ioTag_t ioTag;
|
||||
uint8_t inverted;
|
||||
} cameraControlConfig_t;
|
||||
|
||||
PG_DECLARE(cameraControlConfig_t, cameraControlConfig);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue