mirror of https://github.com/ArduPilot/ardupilot
AP_RSSI: resolve gcs::send_text compiler warning
This commit is contained in:
parent
64637dba8f
commit
f211a0e40c
|
@ -219,7 +219,7 @@ void AP_RSSI::check_pwm_pin_rssi()
|
||||||
// failed to attach interrupt
|
// failed to attach interrupt
|
||||||
gcs().send_text(MAV_SEVERITY_WARNING,
|
gcs().send_text(MAV_SEVERITY_WARNING,
|
||||||
"RSSI: Failed to attach to pin %u",
|
"RSSI: Failed to attach to pin %u",
|
||||||
rssi_analog_pin);
|
(unsigned int)rssi_analog_pin);
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue