Racelogic / Mbed 2 deprecated VIPS_LTC_RAW_IMU

Dependencies:   BufferedSerial FatFileSystemCpp mbed

Revision:
57:ba6f516d93b9
Parent:
49:df05784d9a5c
Child:
65:8ee40ed9295b
Child:
66:066b16c6c34f
--- a/VIPSSerialProtocol.cpp	Tue Aug 31 12:15:37 2021 +0000
+++ b/VIPSSerialProtocol.cpp	Fri Sep 03 08:43:37 2021 +0000
@@ -354,10 +354,10 @@
 
         if ( ( ( testValue & 0x400) == 0x400) && (!hyperSmoothEnabled)) {
             EnableSmoothing(true);
-            pc.write("Auto HS On\r\n", 12);
+            //pc.write("Auto HS On\r\n", 12);
         } else if ( ( ( testValue & 0x400) != 0x400) && (hyperSmoothEnabled)) {
             EnableSmoothing(false);
-            pc.write("Auto HS Off\r\n", 13);
+            //pc.write("Auto HS Off\r\n", 13);
         } //Auto Hypersmooth
     }