From 167bcf2863d4278cd13d48f94564a240e78066dc Mon Sep 17 00:00:00 2001 From: Jorropo Date: Sat, 14 Feb 2026 22:12:31 +0100 Subject: [PATCH] fix typo in PIN_GPS_SWITCH (#9648) Wasn't caught by CI. --- src/gps/GPS.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gps/GPS.cpp b/src/gps/GPS.cpp index 58a512da1..2beaeb127 100644 --- a/src/gps/GPS.cpp +++ b/src/gps/GPS.cpp @@ -127,7 +127,7 @@ static int32_t gpsSwitch() return 1000; } -static str::unique_ptr gpsPeriodic; +static std::unique_ptr gpsPeriodic; #endif static void UBXChecksum(uint8_t *message, size_t length)