Skip to content

Commit

Permalink
Copter: replace missing break statement
Browse files Browse the repository at this point in the history
  • Loading branch information
jschall committed Nov 4, 2015
1 parent 52d295a commit 87b45a5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ArduCopter/GCS_Mavlink.pde
Original file line number Diff line number Diff line change
Expand Up @@ -1504,6 +1504,7 @@ void GCS_MAVLINK::handleMessage(mavlink_message_t* msg)
send_heartbeat_immediately = true;
}
}
break;
}

case MAV_CMD_SOLO_BTN_PAUSE_CLICK: {
Expand Down

0 comments on commit 87b45a5

Please sign in to comment.