mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-06 07:53:57 -04:00
AP_GPS: rename QURTGPS to QURT
This commit is contained in:
parent
2354a0ec5a
commit
c46ea73426
@ -29,7 +29,7 @@ public:
|
||||
|
||||
bool read() override;
|
||||
|
||||
const char *name() const override { return "QURTGPS"; }
|
||||
const char *name() const override { return "QURT"; }
|
||||
|
||||
private:
|
||||
bool initialised = false;
|
||||
|
Loading…
Reference in New Issue
Block a user