Browse Source

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

sbg
Beat Küng 7 years ago committed by Lorenz Meier
parent
commit
a2fd9ef2d0
  1. 2
      src/modules/commander/PreflightCheck.cpp

2
src/modules/commander/PreflightCheck.cpp

@ -103,7 +103,7 @@ static int check_calibration(DevHandle &h, const char *param_template, int &devi @@ -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…
Cancel
Save