mirror of
https://bitbucket.org/librepilot/librepilot.git
synced 2025-03-22 14:19:42 +01:00
OP-237 Actuator: Woops, typo
git-svn-id: svn://svn.openpilot.org/OpenPilot/trunk@2367 ebee16cc-31ac-478f-84a7-5cbb03baadba
This commit is contained in:
parent
b173d74821
commit
aae4d113f5
@ -203,7 +203,7 @@ static void actuatorTask(void* parameters)
|
||||
}else
|
||||
{
|
||||
// For motors when armed keep above neutral
|
||||
if((mixer[ct].type == MIXERSETTINGS_MIXER1TYPE_MOTOR) && (status[ct] < 0))
|
||||
if((mixers[ct].type == MIXERSETTINGS_MIXER1TYPE_MOTOR) && (status[ct] < 0))
|
||||
status[ct] = 0;
|
||||
|
||||
command.Channel[ct] = scaleChannel(status[ct],
|
||||
|
Loading…
x
Reference in New Issue
Block a user