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:
parent
4f2bea6a84
commit
ce824a60d6
4 changed files with 85 additions and 46 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue