aboutsummaryrefslogtreecommitdiff
path: root/src/modules/uORB/topics/parameter_update.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/modules/uORB/topics/parameter_update.h')
-rw-r--r--src/modules/uORB/topics/parameter_update.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/modules/uORB/topics/parameter_update.h b/src/modules/uORB/topics/parameter_update.h
index 300e895c7..68964deb0 100644
--- a/src/modules/uORB/topics/parameter_update.h
+++ b/src/modules/uORB/topics/parameter_update.h
@@ -42,11 +42,20 @@
#include <stdint.h>
#include "../uORB.h"
+/**
+ * @addtogroup topics
+ * @{
+ */
+
struct parameter_update_s {
/** time at which the latest parameter was updated */
uint64_t timestamp;
};
+/**
+ * @}
+ */
+
ORB_DECLARE(parameter_update);
#endif \ No newline at end of file