fix CI warnings (and change CI comment to be correct)

This commit is contained in:
Kevin Hester
2024-08-28 11:25:54 -07:00
parent a1bf0d8519
commit dc9f6e1360
3 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -157,7 +157,7 @@ class GPS : private concurrency::OSThread
*
* Normally set by GPS::createGPS()
*/
GpioVirtPin *enablePin;
GpioVirtPin *enablePin = NULL;
GPS() : concurrency::OSThread("GPS") {}