Remove undefined declaration (#4652)

The getNMEA method was introduced to the header but never defined
in code. As it's unused, remove it.
This commit is contained in:
Tom Fifield 2024-09-09 01:33:56 +08:00 committed by GitHub
parent bf34329033
commit e470619e3d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -297,7 +297,6 @@ class GPS : private concurrency::OSThread
virtual int32_t runOnce() override;
// Get GNSS model
String getNMEA();
GnssModel_t probe(int serialSpeed);
// delay counter to allow more sats before fixed position stops GPS thread