aboutsummaryrefslogtreecommitdiff
path: root/src/modules/uORB/topics/vehicle_control_mode.h
diff options
context:
space:
mode:
authorLorenz Meier <lm@inf.ethz.ch>2014-01-12 12:59:15 +0100
committerLorenz Meier <lm@inf.ethz.ch>2014-01-12 12:59:15 +0100
commitbc64391c538d85e6a1640dac0a76fe0f71a8efc4 (patch)
treebb5425f6278191a633b8f96c883b9938f557a413 /src/modules/uORB/topics/vehicle_control_mode.h
parentcd05dfcc7cb557575e62f5f93ddd3a86c073d517 (diff)
downloadpx4-firmware-bc64391c538d85e6a1640dac0a76fe0f71a8efc4.tar.gz
px4-firmware-bc64391c538d85e6a1640dac0a76fe0f71a8efc4.tar.bz2
px4-firmware-bc64391c538d85e6a1640dac0a76fe0f71a8efc4.zip
AUTOMATED code-style fix on topics. NO MANUAL OR SEMANTIC EDITS
Diffstat (limited to 'src/modules/uORB/topics/vehicle_control_mode.h')
-rw-r--r--src/modules/uORB/topics/vehicle_control_mode.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/modules/uORB/topics/vehicle_control_mode.h b/src/modules/uORB/topics/vehicle_control_mode.h
index 38fb74c9b..4c31f92b5 100644
--- a/src/modules/uORB/topics/vehicle_control_mode.h
+++ b/src/modules/uORB/topics/vehicle_control_mode.h
@@ -38,7 +38,7 @@
/**
* @file vehicle_control_mode.h
* Definition of the vehicle_control_mode uORB topic.
- *
+ *
* All control apps should depend their actions based on the flags set here.
*/
@@ -59,8 +59,7 @@
*
* Encodes the complete system state and is set by the commander app.
*/
-struct vehicle_control_mode_s
-{
+struct vehicle_control_mode_s {
uint64_t timestamp; /**< in microseconds since system start, is set whenever the writing thread stores new data */
bool flag_armed;