mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-09 17:38:32 -04:00
AP_Airspeed: Fix spelling in GCS message
Signed-off-by: Ryan Friedman <25047695+Ryanf55@users.noreply.github.com>
This commit is contained in:
parent
50c45cff75
commit
87b0de79df
@ -526,7 +526,7 @@ void AP_Airspeed::calibrate(bool in_startup)
|
||||
continue;
|
||||
}
|
||||
if (sensor[i] == nullptr) {
|
||||
GCS_SEND_TEXT(MAV_SEVERITY_ERROR, "Airspeed %u not initalized, cannot cal", i+1);
|
||||
GCS_SEND_TEXT(MAV_SEVERITY_ERROR, "Airspeed %u not initialized, cannot cal", i+1);
|
||||
continue;
|
||||
}
|
||||
state[i].cal.start_ms = AP_HAL::millis();
|
||||
|
Loading…
Reference in New Issue
Block a user