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

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

View File

@ -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))) {