AC_AttControl: remove unused 100hz definition

This commit is contained in:
Randy Mackay 2016-08-01 17:21:04 +09:00
parent 2dc111ff39
commit d5c18dc987

View File

@ -29,7 +29,6 @@
#define AC_ATTITUDE_THRUST_ERROR_ANGLE radians(30.0f) // Thrust angle error above which yaw corrections are limited
#define AC_ATTITUDE_100HZ_DT 0.0100f // delta time in seconds for 100hz update rate
#define AC_ATTITUDE_400HZ_DT 0.0025f // delta time in seconds for 400hz update rate
#define AC_ATTITUDE_CONTROL_RATE_BF_FF_DEFAULT 1 // body-frame rate feedforward enabled by default