lpc1768-picotcp-eth to revision 8, PicoTCP to revision 41 (mbed-rtos to revision 12, mbed to revision 63)

Dependencies:   PicoTCP lpc1768-picotcp-eth mbed-rtos mbed

Fork of TCPSocket_HelloWorldTest by Daniel Peter

Revision:
14:c3694118dd57
Parent:
12:9bef73198a53
Child:
16:ac10f2f5ca42
--- a/main.cpp	Thu Mar 28 22:15:12 2013 +0000
+++ b/main.cpp	Tue Jul 16 12:50:26 2013 +0000
@@ -3,14 +3,14 @@
 
 #define RETRIES_ALLOWED 5
 
-Serial pc(USBTX, USBRX);
+Serial pc2(USBTX, USBRX);
 EthernetInterface eth;
 DigitalOut led1(LED1);
 
 int main()
 {
 
-    pc.baud(115200);
+    pc2.baud(115200);
     printf("Initialising...\n");
     set_time(0);