aboutsummaryrefslogtreecommitdiff
path: root/src/platforms/px4_subscriber.h
diff options
context:
space:
mode:
authorThomas Gubler <thomasgubler@gmail.com>2015-01-22 08:10:08 +0100
committerThomas Gubler <thomasgubler@gmail.com>2015-01-22 08:10:08 +0100
commit2af44f5995dd121a7ce2aefd3ab1c7d8dcf3fb8d (patch)
treecef66b2fa679e225effa6d44b56cbda4a53f9966 /src/platforms/px4_subscriber.h
parent2b103d319c8547d0d6e9ae14a6413a787051e205 (diff)
downloadpx4-firmware-2af44f5995dd121a7ce2aefd3ab1c7d8dcf3fb8d.tar.gz
px4-firmware-2af44f5995dd121a7ce2aefd3ab1c7d8dcf3fb8d.tar.bz2
px4-firmware-2af44f5995dd121a7ce2aefd3ab1c7d8dcf3fb8d.zip
multiplatform: introduce PublisherNode class for uorb for more consistency
Diffstat (limited to 'src/platforms/px4_subscriber.h')
-rw-r--r--src/platforms/px4_subscriber.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/platforms/px4_subscriber.h b/src/platforms/px4_subscriber.h
index 2b289771b..d03b3edee 100644
--- a/src/platforms/px4_subscriber.h
+++ b/src/platforms/px4_subscriber.h
@@ -154,8 +154,6 @@ protected:
};
#else // Building for NuttX
-
-
/**
* Because we maintain a list of subscribers we need a node class
*/
@@ -181,7 +179,6 @@ protected:
};
-
/**
* Subscriber class that is templated with the uorb subscription message type
*/