1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-25 17:25:20 +03:00

Added command 'motor 255' (all motors) to CLI.

This commit is contained in:
mikeller 2017-07-09 17:41:39 +12:00
parent 7a3930c7c4
commit b20ede5165
4 changed files with 53 additions and 49 deletions

View file

@ -99,6 +99,8 @@ PG_DECLARE(motorConfig_t, motorConfig);
#define CHANNEL_FORWARDING_DISABLED (uint8_t)0xFF
#define ALL_MOTORS 255
extern const mixer_t mixers[];
extern float motor[MAX_SUPPORTED_MOTORS];
extern float motor_disarmed[MAX_SUPPORTED_MOTORS];