Penn Electric Racing / Mbed 2 deprecated SystemManagement

Dependencies:   mbed CANBuffer Watchdog MODSERIAL mbed-rtos xbeeRelay IAP

Fork of SystemManagement by Martin Deng

Revision:
12:e0adb697fcdb
Parent:
6:6a04210a3f4f
--- a/DC_DC/DC_DC.h	Sun Oct 19 22:50:30 2014 +0000
+++ b/DC_DC/DC_DC.h	Tue Oct 21 23:44:15 2014 +0000
@@ -5,8 +5,8 @@
 #include "FanPump.h"
 #include "rtos.h"
 
-const int TX_DC_DC_ID = ((4 << 8) | 5);
-const int RX_DC_DC_ID = ((4 << 8) | 14);
+const int TX_DC_DC_ID = ((0x4 << 8) | 0x01);
+const int RX_DC_DC_ID = ((0x4 << 8) | 0x90);
 
 class DC{
 public: