AP_Baro: Change message from AP_Baro to Baro for unification accross the file

This commit is contained in:
murata 2020-02-14 13:16:33 +09:00 committed by Peter Barker
parent 5880628b01
commit 967aa44fbe
1 changed files with 1 additions and 1 deletions

View File

@ -307,7 +307,7 @@ void AP_Baro::calibrate(bool save)
if (num_calibrated) {
return;
}
AP_BoardConfig::config_error("AP_Baro: all sensors uncalibrated");
AP_BoardConfig::config_error("Baro: all sensors uncalibrated");
}
/*