GIU\ZF

Dependencies:   MCP23017 WattBob_TextLCD mbed-rtos mbed

Fork of rtos_basic by mbed official

Revision:
14:8a6c20435523
Parent:
13:ab52f46c98ab
Child:
15:524de2b2ef8e
--- a/main.cpp	Tue Mar 27 15:56:27 2018 +0000
+++ b/main.cpp	Tue Mar 27 16:11:18 2018 +0000
@@ -12,7 +12,7 @@
     float avgSpeed = 0.0f;
     float odometer = 0.0f;
     #if DEBUG_MODE
-    string debugLog = "task,execution_time_ms,lastSleep,drift\n";
+    string debugLog = "task,execution_time_ms,lastSleep,drift\n\r";
     #endif
     }