aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorThomas Gubler <thomasgubler@gmail.com>2014-07-08 13:29:59 +0200
committerThomas Gubler <thomasgubler@gmail.com>2014-07-08 13:29:59 +0200
commit19017f100101dbf638bb91f7a520296f979ebb32 (patch)
tree365333815bdbf2b6d2b712f8905a3ade1f143af4 /src
parent2c74babafcc3eae4bd513185395ac754ada6d86a (diff)
downloadpx4-firmware-19017f100101dbf638bb91f7a520296f979ebb32.tar.gz
px4-firmware-19017f100101dbf638bb91f7a520296f979ebb32.tar.bz2
px4-firmware-19017f100101dbf638bb91f7a520296f979ebb32.zip
remove comment
Diffstat (limited to 'src')
-rw-r--r--src/modules/uORB/topics/offboard_control_setpoint.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/modules/uORB/topics/offboard_control_setpoint.h b/src/modules/uORB/topics/offboard_control_setpoint.h
index 688135533..809412fc0 100644
--- a/src/modules/uORB/topics/offboard_control_setpoint.h
+++ b/src/modules/uORB/topics/offboard_control_setpoint.h
@@ -87,7 +87,6 @@ struct offboard_control_setpoint_s {
float attitude[4]; /**< attitude of vehicle (quaternion) */
float attitude_rate[3]; /**< body angular rates (x, y, z) */
- //XXX: use a bitmask with wrapper functions instead
uint16_t ignore; /**< if field i is set to true, pi should be ignored */
bool isForceSetpoint; /**< the acceleration vector should be interpreted as force */