initialize h_ctl_pitch_mode to zero, thx Bruzzlee

This commit is contained in:
Felix Ruess
2011-08-17 00:26:32 +02:00
parent 7db5de6516
commit 38613d1e4a
@@ -120,6 +120,8 @@ void h_ctl_init( void ) {
h_ctl_course_dgain = H_CTL_COURSE_DGAIN;
h_ctl_roll_max_setpoint = H_CTL_ROLL_MAX_SETPOINT;
h_ctl_pitch_mode = 0;
h_ctl_disabled = FALSE;
h_ctl_roll_setpoint = 0.;