mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-03-11 17:13:56 -03:00
AP_Baro: Change message from AP_Baro to Baro for unification accross the file
This commit is contained in:
parent
5880628b01
commit
967aa44fbe
@ -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");
|
||||
}
|
||||
|
||||
/*
|
||||
|
Loading…
Reference in New Issue
Block a user