diff --git a/flight/Modules/Actuator/actuator.c b/flight/Modules/Actuator/actuator.c index f50848ddc..41824d68d 100644 --- a/flight/Modules/Actuator/actuator.c +++ b/flight/Modules/Actuator/actuator.c @@ -532,7 +532,7 @@ static void setFailsafe() } // Update output object's parts that we changed - ActuatorCommandChannelGet(Channel); + ActuatorCommandChannelSet(Channel); }