aboutsummaryrefslogtreecommitdiff
path: root/src/modules/uORB/topics/subsystem_info.h
diff options
context:
space:
mode:
authorLorenz Meier <lm@inf.ethz.ch>2013-08-15 13:38:59 +0200
committerLorenz Meier <lm@inf.ethz.ch>2013-08-15 13:38:59 +0200
commit74d519d9d0560cd0f54ba2667c8c198d1c933fe3 (patch)
tree6b40be531e6c901d9246806e5925c2403125f6e4 /src/modules/uORB/topics/subsystem_info.h
parentca877e0bc480e6f28e58a492a64b99a8afe59a21 (diff)
downloadpx4-firmware-74d519d9d0560cd0f54ba2667c8c198d1c933fe3.tar.gz
px4-firmware-74d519d9d0560cd0f54ba2667c8c198d1c933fe3.tar.bz2
px4-firmware-74d519d9d0560cd0f54ba2667c8c198d1c933fe3.zip
Hotfix: Fixed Doxygen tags for uORB topics
Diffstat (limited to 'src/modules/uORB/topics/subsystem_info.h')
-rw-r--r--src/modules/uORB/topics/subsystem_info.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/modules/uORB/topics/subsystem_info.h b/src/modules/uORB/topics/subsystem_info.h
index c415e832e..cfe0bf69e 100644
--- a/src/modules/uORB/topics/subsystem_info.h
+++ b/src/modules/uORB/topics/subsystem_info.h
@@ -50,10 +50,6 @@
#include <stdbool.h>
#include "../uORB.h"
-/**
- * @addtogroup topics
- */
-
enum SUBSYSTEM_TYPE
{
SUBSYSTEM_TYPE_GYRO = 1,
@@ -76,6 +72,10 @@ enum SUBSYSTEM_TYPE
};
/**
+ * @addtogroup topics
+ */
+
+/**
* State of individual sub systems
*/
struct subsystem_info_s {