ROM Comm / Mbed 2 deprecated espar_mini_control_CAN

Dependencies:   mbed mbed-STM32F103C8T6

Revision:
6:41a4ad385daa
Parent:
3:05bb8f0bd7a4
Child:
7:467e350d1a10
--- a/globals.cpp	Tue Aug 28 13:16:46 2012 +0000
+++ b/globals.cpp	Tue Dec 30 10:10:02 2014 +0000
@@ -9,4 +9,5 @@
 
 // We use can on mbed pins 29(CAN_TXD) and 30(CAN_RXD).
 CAN can2(p30, p29);
-CANMessage can_MsgRx;
\ No newline at end of file
+CANMessage can_MsgRx;
+Serial pc(USBTX, USBRX);
\ No newline at end of file