aboutsummaryrefslogtreecommitdiff
path: root/src/platforms/ros
diff options
context:
space:
mode:
authorThomas Gubler <thomasgubler@gmail.com>2015-01-21 16:33:19 +0100
committerThomas Gubler <thomasgubler@gmail.com>2015-01-21 16:33:19 +0100
commit1511fd7b2dd19e0ae4c63553cbaf00e2a753148f (patch)
tree805c055f2aea86d3ca550a7bf33e5396d3c893e5 /src/platforms/ros
parent52a2a23cc77cff300d0c73f66a450fc1a8fccd5a (diff)
downloadpx4-firmware-1511fd7b2dd19e0ae4c63553cbaf00e2a753148f.tar.gz
px4-firmware-1511fd7b2dd19e0ae4c63553cbaf00e2a753148f.tar.bz2
px4-firmware-1511fd7b2dd19e0ae4c63553cbaf00e2a753148f.zip
make handle() static
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";}
};
}