Plane: pass mixing gain to iomcu

This commit is contained in:
Andrew Tridgell 2018-10-31 14:16:31 +11:00
parent e70a98fa9a
commit c3d434bc35

View File

@ -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