1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-22 15:55:48 +03:00

Added PG config definitions 7

This commit is contained in:
Martin Budden 2017-02-26 14:34:16 +00:00
parent 436b2896c5
commit 0f4a3028c5
6 changed files with 119 additions and 48 deletions

View file

@ -90,6 +90,9 @@ void pgResetFn_servoParams(servoParam_t *instance)
}
}
// no template required since default is zero
PG_REGISTER(gimbalConfig_t, gimbalConfig, PG_GIMBAL_CONFIG, 0);
static uint8_t servoRuleCount = 0;
static servoMixer_t currentServoMixer[MAX_SERVO_RULES];
int16_t servo[MAX_SUPPORTED_SERVOS];