Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: CANBuffer KS0108_fork mbed-rtos mbed CAN Addresses
Fork of REVO_Updated_Steering by
Revision 20:c3f4828f3cbc, committed 2014-10-25
- 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;
}
