Penn Electric Racing / Mbed 2 deprecated SystemManagement

Dependencies:   mbed CANBuffer Watchdog MODSERIAL mbed-rtos xbeeRelay IAP

Fork of SystemManagement by Martin Deng

Revision:
24:f58a3c0071c3
Parent:
22:fc802e7715f8
--- a/CANController/CANController.h	Fri Nov 07 21:17:01 2014 +0000
+++ b/CANController/CANController.h	Fri Nov 07 21:26:46 2014 +0000
@@ -6,7 +6,7 @@
 
 enum ContrlPinName{
     FAN1, FAN2, FAN3, PUMP
-}
+};
 
 class CANController{
 public:
@@ -20,4 +20,6 @@
 private:
     FanPump *contrl_pins[6];
     DC dc;
-}
\ No newline at end of file
+};
+
+#endif
\ No newline at end of file