mirror of
https://github.com/paparazzi/paparazzi.git
synced 2026-06-06 07:53:43 +08:00
initialize h_ctl_pitch_mode to zero, thx Bruzzlee
This commit is contained in:
@@ -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.;
|
||||
|
||||
Reference in New Issue
Block a user