removed text from generic quav250 startup script because it was interpreted as a command

This commit is contained in:
tumbili
2016-02-19 14:37:02 +01:00
parent 7c91aaee64
commit efe9344fc2
@@ -1,7 +1,6 @@
#!nsh #!nsh
# #
# @name generic_250 # @name generic_250
# tuned for acro mode on Spedix S250AQ (3S, stock ESCs and 2300KV motors, 5x4.5 bullnose props)
# #
# @type Quadrotor x # @type Quadrotor x
# #
@@ -34,6 +33,5 @@ then
param set MC_ROLLRATE_MAX 360.0 param set MC_ROLLRATE_MAX 360.0
param set MC_PITCHRATE_MAX 360.0 param set MC_PITCHRATE_MAX 360.0
param set MC_YAWRATE_MAX 200.0 param set MC_YAWRATE_MAX 200.0
# att_estimator_q gyro bias estimates cause problems with acro mode
param set ATT_BIAS_MAX 0.0 param set ATT_BIAS_MAX 0.0
fi fi