mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-26 10:38:28 -04:00
AP_Proximity: change class name from SITL::SITL to SITL::SIM
This commit is contained in:
parent
392ba06f6e
commit
02c0ce175e
@ -40,7 +40,7 @@ public:
|
||||
bool get_upward_distance(float &distance) const override;
|
||||
|
||||
private:
|
||||
SITL::SITL *sitl = AP::sitl();
|
||||
SITL::SIM *sitl = AP::sitl();
|
||||
AP_Proximity_Temp_Boundary temp_boundary;
|
||||
|
||||
};
|
||||
|
@ -27,7 +27,7 @@ public:
|
||||
bool get_upward_distance(float &distance) const override;
|
||||
|
||||
private:
|
||||
SITL::SITL *sitl;
|
||||
SITL::SIM *sitl;
|
||||
AP_Float *fence_alt_max;
|
||||
Location current_loc;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user