mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-25 17:25:20 +03:00
Use motorCount from mixer.c instead of determine motor count again
This commit is contained in:
parent
0df4c63132
commit
bc1109c546
3 changed files with 9 additions and 10 deletions
|
@ -115,6 +115,8 @@ extern int16_t motor_disarmed[MAX_SUPPORTED_MOTORS];
|
|||
struct motorConfig_s;
|
||||
struct rxConfig_s;
|
||||
|
||||
uint8_t getMotorCount();
|
||||
|
||||
void mixerUseConfigs(
|
||||
flight3DConfig_t *flight3DConfigToUse,
|
||||
struct motorConfig_s *motorConfigToUse,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue