TCP-Server-sample

Files at this revision

API Documentation at this revision

Comitter:
YSI
Date:
Thu Apr 08 12:45:42 2021 +0000
Parent:
0:d3cd3a4b962c
Commit message:
delete unused serial

Changed in this revision

main.h Show annotated file Show diff for this revision Revisions of this file
--- 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;