Skip to content

Commit

Permalink
Merge pull request #131 from YankaiZhang/master
Browse files Browse the repository at this point in the history
fix: mavgcs message handle error.
  • Loading branch information
JcZou authored Jun 6, 2024
2 parents 30a0045 + 18a9e75 commit 3f0be4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/task/comm/mavgcs.c
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ static fmt_err_t handle_mavlink_message(mavlink_message_t* msg, mavlink_system_t
}
}
}
}
} break;

case MAVLINK_MSG_ID_PARAM_REQUEST_READ: {
if (this_system.sysid == mavlink_msg_param_request_read_get_target_system(msg)) {
Expand Down

0 comments on commit 3f0be4f

Please sign in to comment.