mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-30 20:48:33 -04:00
AP_Beacon: change class name from SITL::SITL to SITL::SIM
This commit is contained in:
parent
90437cb894
commit
56b6c669d7
@ -20,7 +20,7 @@ public:
|
|||||||
void update() override;
|
void update() override;
|
||||||
|
|
||||||
private:
|
private:
|
||||||
SITL::SITL *sitl;
|
SITL::SIM *sitl;
|
||||||
uint8_t next_beacon;
|
uint8_t next_beacon;
|
||||||
uint32_t last_update_ms;
|
uint32_t last_update_ms;
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user