ardupilot/libraries/AP_IOMCU/iofirmware
Andrew Tridgell a25ffa266f AP_IOMCU: fixed issue with not regaining RC input
this fixes an issue where when you lose R/C input on IOMCU that you
may not regain it when R/C comes back.

The issue stems from us still processing the DSM uart when we are
using the SD3 "SBUS" uart for RC input, and still doing the switch of
the SD3 config every 2 seconds.

When we are not searching for a new protocol we should not be changing
UART config
2023-05-23 12:11:04 +10:00
..
analog.cpp AP_IOMCU: fix ADC scaling on IOMCU 2021-11-16 14:12:43 +11:00
analog.h
iofirmware.cpp AP_IOMCU: support forcing heater to enabled with a feature bit 2023-03-07 10:33:24 +11:00
iofirmware.h AP_IOMCU: iofirmware: support digital write 2021-09-28 09:40:25 +10:00
ioprotocol.h AP_IOMCU: support forcing heater to enabled with a feature bit 2023-03-07 10:33:24 +11:00
mixer.cpp AP_IOMCU: remove unnecessary tabs and whitespaces 2019-10-21 07:57:44 +11:00
rc.cpp AP_IOMCU: fixed issue with not regaining RC input 2023-05-23 12:11:04 +10:00
rc.h
wscript