Skip to content

Commit

Permalink
AP_Airspeed: fix airspeed messages for consistency
Browse files Browse the repository at this point in the history
  • Loading branch information
Hwurzburg authored and tridge committed Jul 20, 2020
1 parent d57b7ca commit 21940ce
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 @@ -368,8 +368,8 @@ void AP_Airspeed::calibrate(bool in_startup)
state[i].cal.count = 0;
state[i].cal.sum = 0;
state[i].cal.read_count = 0;
GCS_SEND_TEXT(MAV_SEVERITY_INFO,"Airspeed %u calibration started", i+1);
}
GCS_SEND_TEXT(MAV_SEVERITY_INFO,"Airspeed calibration started");
}

/*
Expand Down

0 comments on commit 21940ce

Please sign in to comment.