AP_Beacon: change class name from SITL::SITL to SITL::SIM

This commit is contained in:
bugobliterator 2021-07-30 15:42:57 +05:30 committed by Andrew Tridgell
parent 90437cb894
commit 56b6c669d7
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ public:
void update() override;
private:
SITL::SITL *sitl;
SITL::SIM *sitl;
uint8_t next_beacon;
uint32_t last_update_ms;
};