mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-21 23:33:57 -04:00
Plane: pass manual_rc_mask to iocmu mixer
This commit is contained in:
parent
beff16abe6
commit
f2b8067023
@ -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(), g.mixing_gain);
|
||||
iomcu.setup_mixing(&rcmap, g.override_channel.get(), g.mixing_gain, g2.manual_rc_mask);
|
||||
#endif
|
||||
|
||||
// make it possible to change orientation at runtime
|
||||
|
Loading…
Reference in New Issue
Block a user