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