Racelogic / Mbed 2 deprecated VIPS_LTC_RAW_IMU

Dependencies:   BufferedSerial FatFileSystemCpp mbed

Revision:
22:0dd9c1b5664a
Parent:
18:ad407a2ed4c9
Child:
28:7600b18ccb7a
--- a/VIPSSerialProtocol.cpp	Thu Jul 01 10:43:45 2021 +0000
+++ b/VIPSSerialProtocol.cpp	Mon Jul 05 15:30:14 2021 +0000
@@ -359,7 +359,7 @@
 // send a position output for the requested time. Times are based on the global TimeSinceLastFrame timer.
 position* VIPSSerial::sendPositionForTime(uint32_t timeValue)
 {
-    static uint32_t lastPoints = 0;
+//    static uint32_t lastPoints = 0;
     if (pointCount < 2)
         return NULL;