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)