Sub: fix wrong GCS_MAVLink fallthrough
Coverity CID 142270
This commit is contained in:
parent
2cfffc05a5
commit
6615aee0b1
@ -488,6 +488,7 @@ bool GCS_MAVLINK_Sub::try_send_message(enum ap_message id)
|
||||
|
||||
case MSG_GPS_RAW:
|
||||
send_gps_raw(sub.gps);
|
||||
break;
|
||||
|
||||
case MSG_SYSTEM_TIME:
|
||||
CHECK_PAYLOAD_SIZE(SYSTEM_TIME);
|
||||
|
Loading…
Reference in New Issue
Block a user