Skip to content

Commit 72291af

Browse files
committed
if
Signed-off-by: Michael Carlstrom <rmc@carlstrom.com>
1 parent 83c4349 commit 72291af

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 USE_OLD_RMW_QOS
72+
#if USE_OLD_RMW_QOS
7373
auto subscriber_qos = qos.get_rmw_qos_profile();
7474
#else
7575
auto subscriber_qos = qos;

0 commit comments

Comments
 (0)