Browse Source

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

gps-1.3.1
bugobliterator 4 years ago committed by Andrew Tridgell
parent
commit
56b6c669d7
  1. 2
      libraries/AP_Beacon/AP_Beacon_SITL.h

2
libraries/AP_Beacon/AP_Beacon_SITL.h

@ -20,7 +20,7 @@ public: @@ -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…
Cancel
Save