Merge pull request #6465 from jflyper/bfdev-atail-mixer-fix
Fix A-Tail mixer typo (again)
This commit is contained in:
commit
b609a33bcc
|
@ -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…
Reference in New Issue