aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorDon Gagne <don@thegagnes.com>2015-04-16 12:54:41 -0700
committerLorenz Meier <lm@inf.ethz.ch>2015-04-18 11:14:12 +0200
commit3a70e7bf1bef904c63f3bbe0a92e7c9aeda978aa (patch)
tree19bdb7c3c8782e6267882f755c4723b4f91c356e /src
parent750b02b4e5aa166e590c5b801310975c2f220635 (diff)
downloadpx4-firmware-3a70e7bf1bef904c63f3bbe0a92e7c9aeda978aa.tar.gz
px4-firmware-3a70e7bf1bef904c63f3bbe0a92e7c9aeda978aa.tar.bz2
px4-firmware-3a70e7bf1bef904c63f3bbe0a92e7c9aeda978aa.zip
Remove newline so meta data parser can parse
Diffstat (limited to 'src')
-rw-r--r--src/modules/fw_att_control/fw_att_control_params.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/modules/fw_att_control/fw_att_control_params.c b/src/modules/fw_att_control/fw_att_control_params.c
index 6ce6cef4e..6b248cbe2 100644
--- a/src/modules/fw_att_control/fw_att_control_params.c
+++ b/src/modules/fw_att_control/fw_att_control_params.c
@@ -136,7 +136,6 @@ PARAM_DEFINE_FLOAT(FW_PR_IMAX, 0.2f);
* @max 2.0
* @group FW Attitude Control
*/
-//xxx: set to 0 as default, see comment on turn_offset in ECL_PitchController::control_attitude(...)
PARAM_DEFINE_FLOAT(FW_P_ROLLFF, 0.0f);
/**