Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Revision 1:263b4d8f37b9, committed 2021-04-08
- 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;