mc_att_control_main: use correct type for params (int -> int32_t)

This commit is contained in:
Beat Küng
2017-10-25 12:03:46 +02:00
committed by Lorenz Meier
parent c3b47b71de
commit 207fdc0f12

View File

@@ -265,9 +265,9 @@ private:
bool vtol_opt_recovery_enabled;
float vtol_wv_yaw_rate_scale; /**< Scale value [0, 1] for yaw rate setpoint */
int bat_scale_en;
int32_t bat_scale_en;
int board_rotation;
int32_t board_rotation;
float board_offset[3];