Merge pull request #6465 from jflyper/bfdev-atail-mixer-fix

Fix A-Tail mixer typo (again)
This commit is contained in:
Michael Keller 2018-07-28 11:36:00 +12:00 committed by GitHub
commit b609a33bcc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -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)