This commit is contained in:
Mark Whitehorn 2016-10-27 08:25:04 -06:00 committed by Lorenz Meier
parent 0ccfcab010
commit 5601ca19de

View File

@ -763,6 +763,7 @@ PX4FMU::update_pwm_trims()
{
if (_mixers == nullptr) {
PX4_WARN("no mixers defined");
} else {
uint16_t values[_max_actuators] = {};