mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-07-03 01:00:35 +08:00
fixed publication of mixer limit flags
This commit is contained in:
@@ -421,7 +421,7 @@ int UavcanNode::run()
|
||||
unsigned num_outputs_max = 8;
|
||||
|
||||
// Do mixing
|
||||
_outputs.noutputs = _mixers->mix(&_outputs.output[0], num_outputs_max);
|
||||
_outputs.noutputs = _mixers->mix(&_outputs.output[0], num_outputs_max, NULL);
|
||||
|
||||
new_output = true;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user