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
|
#endif // CONFIG_HAL_BOARD
|
||||||
|
|
||||||
#if HAL_WITH_IO_MCU
|
#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
|
#endif
|
||||||
|
|
||||||
// make it possible to change orientation at runtime
|
// make it possible to change orientation at runtime
|
||||||
|
Loading…
Reference in New Issue
Block a user