mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-05-01 03:34:07 +08:00
PreflightCheck: use correct type for params (int -> int32_t)
This commit is contained in:
parent
207fdc0f12
commit
a2fd9ef2d0
@ -103,7 +103,7 @@ static int check_calibration(DevHandle &h, const char *param_template, int &devi
|
||||
}
|
||||
|
||||
/* if param get succeeds */
|
||||
int calibration_devid;
|
||||
int32_t calibration_devid;
|
||||
|
||||
if (!param_get(parm, &(calibration_devid))) {
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user