aboutsummaryrefslogtreecommitdiff
path: root/src/examples/publisher
diff options
context:
space:
mode:
authorThomas Gubler <thomasgubler@gmail.com>2015-01-21 14:34:34 +0100
committerThomas Gubler <thomasgubler@gmail.com>2015-01-21 14:34:34 +0100
commit1f706eeb2fd210e7059e2b58f14432c987d76abf (patch)
tree09987c151b68e5c832f3ba06e123e08f8f2224ea /src/examples/publisher
parent632a0866ef16723dd6e1f0a2f7c575706b9e10cc (diff)
downloadpx4-firmware-1f706eeb2fd210e7059e2b58f14432c987d76abf.tar.gz
px4-firmware-1f706eeb2fd210e7059e2b58f14432c987d76abf.tar.bz2
px4-firmware-1f706eeb2fd210e7059e2b58f14432c987d76abf.zip
small cleanup
Diffstat (limited to 'src/examples/publisher')
-rw-r--r--src/examples/publisher/publisher_example.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/examples/publisher/publisher_example.h b/src/examples/publisher/publisher_example.h
index 86586d0d3..304ecef47 100644
--- a/src/examples/publisher/publisher_example.h
+++ b/src/examples/publisher/publisher_example.h
@@ -48,6 +48,5 @@ public:
int main();
protected:
px4::NodeHandle _n;
- // px4::Publisher<px4::px4_rc_channels> * _rc_channels_pub;
px4::Publisher * _rc_channels_pub;
};