[ahrs] remove HIGH_ACCEL_FLAG

It is way too dangerous and not needed anymore with the latest imu
sensor. Keeping it for arduimu just in case
This commit is contained in:
Gautier Hattenberger
2013-07-09 13:33:30 +02:00
parent 72ce97b0da
commit 4b41dcd513
9 changed files with 108 additions and 160 deletions
+1 -3
View File
@@ -39,9 +39,7 @@
<!-- Actuators are automatically chosen according to board-->
<subsystem name="imu" type="umarim"/>
<subsystem name="ahrs" type="float_dcm">
<define name="USE_HIGH_ACCEL_FLAG"/>
</subsystem>
<subsystem name="ahrs" type="float_dcm"/>
<subsystem name="ins" type="alt_float"/>
<subsystem name="control" type="new">
<define name="USE_GYRO_PITCH_RATE"/>