1
0
Fork 0
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:
Bas Delfos 2016-11-17 22:02:51 +01:00
parent 0df4c63132
commit bc1109c546
3 changed files with 9 additions and 10 deletions

View file

@ -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,