1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-23 08:15:30 +03:00

Fixed mixer for 3D / Dshot. (#4161)

This commit is contained in:
Michael Keller 2017-09-18 02:45:39 +12:00 committed by Martin Budden
parent 4f2bea6a84
commit ce824a60d6
4 changed files with 85 additions and 46 deletions

View file

@ -318,9 +318,6 @@ typedef struct blackboxSlowState_s {
bool rxFlightChannelsValid;
} __attribute__((__packed__)) blackboxSlowState_t; // We pack this struct so that padding doesn't interfere with memcmp()
//From mixer.c:
extern float motorOutputHigh, motorOutputLow;
//From rc_controls.c
extern boxBitmask_t rcModeActivationMask;