fix typo in PIN_GPS_SWITCH (#9648)

Wasn't caught by CI.
This commit is contained in:
Jorropo
2026-02-14 22:12:31 +01:00
committed by GitHub
co-authored by GitHub
parent ff485d5ff8
commit 167bcf2863
+1 -1
View File
@@ -127,7 +127,7 @@ static int32_t gpsSwitch()
return 1000;
}
static str::unique_ptr<concurrency::Periodic> gpsPeriodic;
static std::unique_ptr<concurrency::Periodic> gpsPeriodic;
#endif
static void UBXChecksum(uint8_t *message, size_t length)