mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-30 12:38: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;
|
||||
|
||||
private:
|
||||
SITL::SITL *sitl;
|
||||
SITL::SIM *sitl;
|
||||
uint8_t next_beacon;
|
||||
uint32_t last_update_ms;
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user