mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-16 21:05:35 +03:00
Fix A-Tail mixer typo (again)
This commit is contained in:
parent
959e6e708b
commit
da05e4e7f7
1 changed files with 2 additions and 2 deletions
|
@ -260,8 +260,8 @@ static const motorMixer_t mixerVtail4[] = {
|
|||
static const motorMixer_t mixerAtail4[] = {
|
||||
{ 1.0f, -0.58f, 0.58f, -1.0f }, // REAR_R
|
||||
{ 1.0f, -0.46f, -0.39f, 0.5f }, // FRONT_R
|
||||
{ 1.0f, 0.58f, 0.58f, -1.0f }, // REAR_L
|
||||
{ 1.0f, 0.46f, -0.39f, 0.5f }, // FRONT_L
|
||||
{ 1.0f, 0.58f, 0.58f, 1.0f }, // REAR_L
|
||||
{ 1.0f, 0.46f, -0.39f, -0.5f }, // FRONT_L
|
||||
};
|
||||
|
||||
#if defined(USE_UNCOMMON_MIXERS)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue