Skip to content

Commit

Permalink
AP_Airspeed: Fix spelling in GCS message
Browse files Browse the repository at this point in the history
Signed-off-by: Ryan Friedman <[email protected]>
  • Loading branch information
Ryanf55 committed Jan 5, 2025
1 parent 8875479 commit f4ada79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libraries/AP_Airspeed/AP_Airspeed.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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();
Expand Down

0 comments on commit f4ada79

Please sign in to comment.