1
0
Fork 0
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:
jflyper 2018-03-20 10:05:55 +09:00 committed by Michael Keller
parent 2ba0f74f5f
commit e3c258d65f
3 changed files with 31 additions and 7 deletions

View file

@ -45,6 +45,7 @@ typedef struct cameraControlConfig_s {
uint16_t internalResistance;
ioTag_t ioTag;
uint8_t inverted;
} cameraControlConfig_t;
PG_DECLARE(cameraControlConfig_t, cameraControlConfig);