mirror of https://github.com/ArduPilot/ardupilot
AP_RangeFinder: resolve gcs::send_text compiler warning
This commit is contained in:
parent
6a154c4e4c
commit
84b502b0c4
|
@ -109,7 +109,7 @@ void AP_RangeFinder_PWM::check_pin()
|
|||
// failed to attach interrupt
|
||||
gcs().send_text(MAV_SEVERITY_WARNING,
|
||||
"RangeFinder_PWM: Failed to attach to pin %u",
|
||||
params.pin);
|
||||
(unsigned int)params.pin);
|
||||
return;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue