mirror of
https://gitee.com/xiaohuolufeihua/bizhang_-obav.git
synced 2026-05-22 01:12:31 +00:00
mc_att_control_main: use correct type for params (int -> int32_t)
This commit is contained in:
@@ -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];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user