ardupilot/libraries/AP_IOMCU/iofirmware
Andrew Tridgell 48d9a676ac 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-25 11:03:52 +09:00
..
analog.cpp AP_IOMCU: fix ADC scaling on IOMCU 2021-11-16 14:12:43 +11:00
analog.h AP_IOMCU: fix includes 2019-03-26 10:27:54 +11:00
iofirmware.cpp AP_IOMCU: fixed handling of RC_OPTIONS bit to ignore RC failsafe bit 2022-03-22 10:30:35 +11:00
iofirmware.h AP_IOMCU: iofirmware: support digital write 2021-09-28 09:40:25 +10:00
ioprotocol.h AP_IOMCU: fixed handling of RC_OPTIONS bit to ignore RC failsafe bit 2022-03-22 10:30:35 +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-25 11:03:52 +09:00
rc.h AP_IOMCU: fix includes 2019-03-26 10:27:54 +11:00
wscript AP_IOMCU: remove autodetection of heater pin polarity, instead hardcode it 2019-07-25 17:05:41 +10:00