mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-07-08 06:40:36 +08:00
fixed publication of mixer limit flags
This commit is contained in:
@@ -151,7 +151,7 @@ NullMixer::NullMixer() :
|
||||
}
|
||||
|
||||
unsigned
|
||||
NullMixer::mix(float *outputs, unsigned space)
|
||||
NullMixer::mix(float *outputs, unsigned space, uint16_t *status_reg)
|
||||
{
|
||||
if (space > 0) {
|
||||
*outputs = 0.0f;
|
||||
|
||||
Reference in New Issue
Block a user