mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-09 09:28:31 -04:00
Copter: remove ahrs.set_barometer()
This commit is contained in:
parent
a4d25f5a82
commit
cf6ae4a746
@ -17,7 +17,6 @@ static void init_sonar(void)
|
|||||||
static void init_barometer(void)
|
static void init_barometer(void)
|
||||||
{
|
{
|
||||||
barometer.calibrate();
|
barometer.calibrate();
|
||||||
ahrs.set_barometer(&barometer);
|
|
||||||
gcs_send_text_P(SEVERITY_LOW, PSTR("barometer calibration complete"));
|
gcs_send_text_P(SEVERITY_LOW, PSTR("barometer calibration complete"));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user