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 29:9c48604d98b6, committed 2014-10-25
- Comitter:
- tmccurbin
- Date:
- Sat Oct 25 01:33:19 2014 +0000
- Parent:
- 28:3ebe6db73fe0
- Child:
- 30:f0095515f6cb
- Commit message:
- extern "C" added
Changed in this revision
| Steering.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- a/Steering.cpp Sat Oct 25 00:49:05 2014 +0000
+++ b/Steering.cpp Sat Oct 25 01:33:19 2014 +0000
@@ -1,5 +1,7 @@
#include "Steering.h"
+extern "C" void mbed_reset();
+
void HomeScreen()
{
CANMessage Rxmsg;
