1
0
mirror of https://bitbucket.org/librepilot/librepilot.git synced 2024-11-29 07:24:13 +01:00

Fix long subtle bug where failsafe didn't show the output values it was using

This commit is contained in:
James Cotton 2011-11-26 15:51:24 -06:00
parent c70a9a5381
commit 8c0db424fa

View File

@ -532,7 +532,7 @@ static void setFailsafe()
}
// Update output object's parts that we changed
ActuatorCommandChannelGet(Channel);
ActuatorCommandChannelSet(Channel);
}