mirror of https://github.com/ArduPilot/ardupilot
AP_RCProtocol: add missing break statement
This commit is contained in:
parent
4e40c39128
commit
4d6f6c09fb
|
@ -269,6 +269,7 @@ bool AP_RCProtocol_DSM::dsm_decode(uint32_t frame_time_ms, const uint8_t dsm_fra
|
|||
|
||||
case 2:
|
||||
channel = 1;
|
||||
break;
|
||||
|
||||
default:
|
||||
break;
|
||||
|
|
Loading…
Reference in New Issue