mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-10 18:08:30 -04:00
Copter: suppressing comment for switch case fall through
This commit is contained in:
parent
8c1212d4a6
commit
dc4923a88d
@ -1691,7 +1691,7 @@ void GCS_MAVLINK::handleMessage(mavlink_message_t* msg)
|
|||||||
case MAVLINK_MSG_ID_LOG_REQUEST_DATA:
|
case MAVLINK_MSG_ID_LOG_REQUEST_DATA:
|
||||||
case MAVLINK_MSG_ID_LOG_ERASE:
|
case MAVLINK_MSG_ID_LOG_ERASE:
|
||||||
copter.in_log_download = true;
|
copter.in_log_download = true;
|
||||||
// fallthru
|
/* no break */
|
||||||
case MAVLINK_MSG_ID_LOG_REQUEST_LIST:
|
case MAVLINK_MSG_ID_LOG_REQUEST_LIST:
|
||||||
if (!copter.in_mavlink_delay && !copter.motors.armed()) {
|
if (!copter.in_mavlink_delay && !copter.motors.armed()) {
|
||||||
handle_log_message(msg, copter.DataFlash);
|
handle_log_message(msg, copter.DataFlash);
|
||||||
|
Loading…
Reference in New Issue
Block a user