PPR1 - GPS serial now works

This commit is contained in:
Kevin Hester
2020-10-25 17:07:54 +08:00
parent 1a8891c33d
commit 7597d5b3fd
5 changed files with 27 additions and 13 deletions

View File

@@ -72,7 +72,7 @@ class GPS : private concurrency::OSThread
protected:
/// Do gps chipset specific init, return true for success
virtual bool setupGPS() = 0;
virtual bool setupGPS();
/// If possible force the GPS into sleep/low power mode
virtual void sleep();