Penn Electric Racing / Mbed 2 deprecated REVO_Updated_Steering

Dependencies:   CANBuffer KS0108_fork mbed-rtos mbed CAN Addresses

Fork of REVO_Updated_Steering by Penn Electric

Files at this revision

API Documentation at this revision

Comitter:
palimar
Date:
Sat Oct 25 16:53:34 2014 +0000
Parent:
19:5c03aa4dfde1
Child:
21:56890c41ecf1
Child:
31:9aa1a2d7d1fb
Commit message:
changed debug info

Changed in this revision

Steering.cpp Show annotated file Show diff for this revision Revisions of this file
--- a/Steering.cpp	Sat Oct 25 16:50:14 2014 +0000
+++ b/Steering.cpp	Sat Oct 25 16:53:34 2014 +0000
@@ -231,7 +231,7 @@
     display.PrintString(status_string);
     display.PrintString(".\n\r");
     
-    printf("DRIVE STATUS CHANGE Initiated\n\r");
+    printf(status_string);
     return;
 }