AP_HAL: add missing break statement in dsm code

This commit is contained in:
Peter Barker 2020-01-09 17:06:00 +11:00 committed by Peter Barker
parent 95054418f6
commit f6bb94ff33
1 changed files with 1 additions and 0 deletions

View File

@ -281,6 +281,7 @@ dsm_decode(uint64_t frame_time, const uint8_t dsm_frame[16], uint16_t *values, u
case 2:
channel = 1;
break;
default:
break;