Skip to content

Commit 44fa2f9

Browse files
InvincibleRMCvooon
authored andcommitted
fix spelling error
1 parent 0ee38f4 commit 44fa2f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mavros/src/plugins/setpoint_attitude.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ class SetpointAttitudePlugin : public plugin::Plugin,
6969

7070
auto qos = rclcpp::QoS(10);
7171

72-
#ifdef DUSE_OLD_RMW_QOS_MESSAGE_FILTERS
72+
#ifdef USE_OLD_RMW_QOS_MESSAGE_FILTERS
7373
auto subscriber_qos = qos.get_rmw_qos_profile();
7474
#else
7575
auto subscriber_qos = qos;

0 commit comments

Comments
 (0)