mirror of
https://gitee.com/xiaohuolufeihua/bizhang_-obav.git
synced 2026-05-22 09:28:58 +00:00
Delete unnecessary curly braces in simulator_mavlink.cpp
This commit is contained in:
@@ -317,10 +317,9 @@ void Simulator::handle_message(mavlink_message_t *msg)
|
||||
handle_message_rc_channels(msg);
|
||||
break;
|
||||
|
||||
case MAVLINK_MSG_ID_LANDING_TARGET: {
|
||||
handle_message_landing_target(msg);
|
||||
break;
|
||||
}
|
||||
case MAVLINK_MSG_ID_LANDING_TARGET:
|
||||
handle_message_landing_target(msg);
|
||||
break;
|
||||
|
||||
case MAVLINK_MSG_ID_HIL_STATE_QUATERNION:
|
||||
handle_message_hil_state_quaternion(msg);
|
||||
|
||||
Reference in New Issue
Block a user