mirror of https://github.com/ArduPilot/ardupilot
ArduPlane: use RC_Channel to populate IOMCU mappings
This commit is contained in:
parent
cf27ba09d0
commit
2ad8477f98
|
@ -329,7 +329,7 @@ void Plane::one_second_loop()
|
||||||
set_control_channels();
|
set_control_channels();
|
||||||
|
|
||||||
#if HAL_WITH_IO_MCU
|
#if HAL_WITH_IO_MCU
|
||||||
iomcu.setup_mixing(&rcmap, g.override_channel.get(), g.mixing_gain, g2.manual_rc_mask);
|
iomcu.setup_mixing(g.override_channel.get(), g.mixing_gain, g2.manual_rc_mask);
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if HAL_ADSB_ENABLED
|
#if HAL_ADSB_ENABLED
|
||||||
|
|
Loading…
Reference in New Issue