1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-25 01:05:27 +03:00

sign error in HEX6P mix.

git-svn-id: https://afrodevices.googlecode.com/svn/trunk/baseflight@224 7c89a4a9-59b9-e629-4cfe-3a2d53b20e61
This commit is contained in:
timecop@gmail.com 2012-09-23 11:41:02 +00:00
parent 1dea2b3b3b
commit 4a4c0d585d
3 changed files with 6 additions and 6 deletions

View file

@ -47,8 +47,8 @@ static const motorMixer_t mixerHex6P[] = {
{ 1.0f, -1.0f, -0.866025f, -1.0f }, // FRONT_R
{ 1.0f, 1.0f, 0.866025f, 1.0f }, // REAR_L
{ 1.0f, 1.0f, -0.866025f, -1.0f }, // FRONT_L
{ 1.0f, 0.0f, 0.866025f, 1.0f }, // FRONT
{ 1.0f, 0.0f, -0.866025f, -1.0f }, // REAR
{ 1.0f, 0.0f, -0.866025f, 1.0f }, // FRONT
{ 1.0f, 0.0f, 0.866025f, -1.0f }, // REAR
};
static const motorMixer_t mixerY4[] = {