Skip to content

Commit

Permalink
cpplint
Browse files Browse the repository at this point in the history
  • Loading branch information
InvincibleRMC committed Oct 20, 2024
1 parent 7148554 commit c9427b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mavros/src/plugins/manual_control.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ class ManualControlPlugin : public plugin::Plugin
msg.z = req->z;
msg.r = req->r;
msg.buttons = req->buttons;

msg.buttons2 = req->buttons2;
msg.enabled_extensions = req->enabled_extensions;
msg.s = req->s;
Expand Down

0 comments on commit c9427b2

Please sign in to comment.