aboutsummaryrefslogtreecommitdiff
path: root/src/platforms/ros
diff options
context:
space:
mode:
Diffstat (limited to 'src/platforms/ros')
-rw-r--r--src/platforms/ros/px4_messages/px4_rc_channels.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/platforms/ros/px4_messages/px4_rc_channels.h b/src/platforms/ros/px4_messages/px4_rc_channels.h
index a5a5ee202..5e9dc72cd 100644
--- a/src/platforms/ros/px4_messages/px4_rc_channels.h
+++ b/src/platforms/ros/px4_messages/px4_rc_channels.h
@@ -19,7 +19,7 @@ public:
~px4_rc_channels() {}
- PX4TopicHandle handle() {return "rc_channels";}
+ static PX4TopicHandle handle() {return "rc_channels";}
};
}