aboutsummaryrefslogtreecommitdiff
path: root/src/modules/uORB/topics/rc_channels.h
diff options
context:
space:
mode:
authorLorenz Meier <lm@inf.ethz.ch>2013-08-16 16:22:38 +0200
committerLorenz Meier <lm@inf.ethz.ch>2013-08-16 16:22:38 +0200
commit52d15ac7b1a90ededd0079ec17f0bc709947d7de (patch)
tree0773a9a9252d810c692fc0759feb1910ac801b89 /src/modules/uORB/topics/rc_channels.h
parent0dc240688dcae83e34f9001072ac151f4a3df140 (diff)
parent6113be111e84a57715f3f3bfe81077bf1b267e52 (diff)
downloadpx4-firmware-52d15ac7b1a90ededd0079ec17f0bc709947d7de.tar.gz
px4-firmware-52d15ac7b1a90ededd0079ec17f0bc709947d7de.tar.bz2
px4-firmware-52d15ac7b1a90ededd0079ec17f0bc709947d7de.zip
Merged public master
Diffstat (limited to 'src/modules/uORB/topics/rc_channels.h')
-rw-r--r--src/modules/uORB/topics/rc_channels.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/modules/uORB/topics/rc_channels.h b/src/modules/uORB/topics/rc_channels.h
index 9dd54df91..e69335b3d 100644
--- a/src/modules/uORB/topics/rc_channels.h
+++ b/src/modules/uORB/topics/rc_channels.h
@@ -46,11 +46,6 @@
#include "../uORB.h"
/**
- * @addtogroup topics
- * @{
- */
-
-/**
* The number of RC channel inputs supported.
* Current (Q1/2013) radios support up to 18 channels,
* leaving at a sane value of 14.
@@ -83,6 +78,11 @@ enum RC_CHANNELS_FUNCTION
RC_CHANNELS_FUNCTION_MAX /**< indicates the number of functions. There can be more functions than RC channels. */
};
+/**
+ * @addtogroup topics
+ * @{
+ */
+
struct rc_channels_s {
uint64_t timestamp; /**< In microseconds since boot time. */