ardupilot/libraries/SRV_Channel
Shiv Tyagi a24a8c110b SRV_Channel : Improved should_e_stop method by using switch
This method earlier used >=, <= and == operators which is less maintainable. Hence, I replaced it by switch.

Co-Authored-By: Peter Barker <pb-gh@barker.dropbear.id.au>
2021-09-21 11:17:09 +10:00
..
SRV_Channel.cpp SRV_Channel : Improved should_e_stop method by using switch 2021-09-21 11:17:09 +10:00
SRV_Channel.h Plane : Improved LAND_THEN_NEUTRL to work on all control surfaces 2021-09-17 22:06:24 -05:00
SRV_Channel_aux.cpp SRV_Channel: add ignore reversed flag to set_trim_to_min_for 2021-09-15 18:59:07 +09:00
SRV_Channels.cpp SRV_Channel: fix override timeout without repeated calls 2021-09-21 10:24:04 +10:00