mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-22 07:44:03 -04:00
Copter: remove unnecessary copter prefix from precland update
This commit is contained in:
parent
40d4bcb84a
commit
eef839703f
@ -24,6 +24,6 @@ void Copter::update_precland()
|
||||
}
|
||||
}
|
||||
|
||||
copter.precland.update(height_above_ground_cm, rangefinder_alt_ok());
|
||||
precland.update(height_above_ground_cm, rangefinder_alt_ok());
|
||||
}
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user