aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorJulian Oes <julian@oes.ch>2014-11-12 11:07:27 +1000
committerJulian Oes <julian@oes.ch>2014-11-12 11:07:27 +1000
commitf1058bdf0816cda718cee4d5a69c4ac3d53ea781 (patch)
tree3472d046300da47f9fcbfcb465c3ad63f732c0c0 /src
parentb1c6692f2028b616581efaf7a320a7cf7072a02f (diff)
downloadpx4-firmware-f1058bdf0816cda718cee4d5a69c4ac3d53ea781.tar.gz
px4-firmware-f1058bdf0816cda718cee4d5a69c4ac3d53ea781.tar.bz2
px4-firmware-f1058bdf0816cda718cee4d5a69c4ac3d53ea781.zip
manual_control_setpoint: wrong comment
Diffstat (limited to 'src')
-rw-r--r--src/modules/uORB/topics/manual_control_setpoint.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/uORB/topics/manual_control_setpoint.h b/src/modules/uORB/topics/manual_control_setpoint.h
index c0c33a629..50b7bd9e5 100644
--- a/src/modules/uORB/topics/manual_control_setpoint.h
+++ b/src/modules/uORB/topics/manual_control_setpoint.h
@@ -99,7 +99,7 @@ struct manual_control_setpoint_s {
switch_pos_t loiter_switch; /**< loiter 2 position switch (optional): _MISSION_, LOITER */
switch_pos_t acro_switch; /**< acro 2 position switch (optional): _MANUAL_, ACRO */
switch_pos_t offboard_switch; /**< offboard 2 position switch (optional): _NORMAL_, OFFBOARD */
-}; /**< manual control inputs */
+};
/**
* @}