AP_RCProtocol: add missing break statement

This commit is contained in:
Peter Barker 2020-01-09 17:00:27 +11:00 committed by Peter Barker
parent 4e40c39128
commit 4d6f6c09fb
1 changed files with 1 additions and 0 deletions

View File

@ -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;