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:
parent
436b2896c5
commit
0f4a3028c5
6 changed files with 119 additions and 48 deletions
|
@ -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];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue