[fixedwing] stabilization_adaptive: USE_GYRO_PITCH_RATE defaults to TRUE

This commit is contained in:
Felix Ruess
2014-05-18 10:57:28 +02:00
parent 29abd41bfa
commit 9efc4be665
@@ -143,6 +143,10 @@ inline static void h_ctl_pitch_loop( void );
#define H_CTL_PITCH_KFFD 0.
#endif
#ifndef USE_GYRO_PITCH_RATE
#define USE_GYRO_PITCH_RATE TRUE
#endif
#if PERIODIC_TELEMETRY
#include "subsystems/datalink/telemetry.h"