mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-22 00:28:30 -04:00
Plane: pass mixing gain to iomcu
This commit is contained in:
parent
e70a98fa9a
commit
c3d434bc35
@ -265,7 +265,7 @@ void Plane::one_second_loop()
|
||||
#endif // CONFIG_HAL_BOARD
|
||||
|
||||
#if HAL_WITH_IO_MCU
|
||||
iomcu.setup_mixing(&rcmap, g.override_channel.get());
|
||||
iomcu.setup_mixing(&rcmap, g.override_channel.get(), g.mixing_gain);
|
||||
#endif
|
||||
|
||||
// make it possible to change orientation at runtime
|
||||
|
Loading…
Reference in New Issue
Block a user