TCP-Server-sample

Revision:
1:263b4d8f37b9
Parent:
0:d3cd3a4b962c
diff -r d3cd3a4b962c -r 263b4d8f37b9 main.h
--- a/main.h	Thu Apr 08 12:39:50 2021 +0000
+++ b/main.h	Thu Apr 08 12:45:42 2021 +0000
@@ -15,7 +15,6 @@
 TCPSocket           serverTCP, *clientTCP;
 EventQueue          *queue = NULL;
 BusOut              Led(LED1, LED2, LED3);
-UnbufferedSerial    pc(USBTX, USBRX, 230400);
 
 bool CONNECT = false;