mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-03 06:28:27 -04:00
AP_ADSB: rename AP_AHRS::get_position to get_location
This commit is contained in:
parent
05a5754452
commit
e089f23c70
@ -322,7 +322,7 @@ void AP_ADSB::update(void)
|
||||
|
||||
const uint32_t now = AP_HAL::millis();
|
||||
|
||||
if (!AP::ahrs().get_position(_my_loc)) {
|
||||
if (!AP::ahrs().get_location(_my_loc)) {
|
||||
_my_loc.zero();
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user