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:
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;