mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-08 17:08:28 -04:00
AC_AttControl: initialise _acro_angle_switch
Resolves a compiler warning
This commit is contained in:
parent
6baedbda1d
commit
581838b271
@ -60,7 +60,8 @@ public:
|
||||
_pid_rate_pitch(pid_rate_pitch),
|
||||
_pid_rate_yaw(pid_rate_yaw),
|
||||
_dt(AC_ATTITUDE_100HZ_DT),
|
||||
_angle_boost(0)
|
||||
_angle_boost(0),
|
||||
_acro_angle_switch(0)
|
||||
{
|
||||
AP_Param::setup_object_defaults(this, var_info);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user