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.
Dependencies: EthernetInterface TCPSocket_HelloWorld TextLCD mbed-rtos mbed
Fork of TCPSocket_HelloWorld by
Diff: main.cpp
- Revision:
- 5:01f6c3e112af
- Parent:
- 2:e087e9b789e9
- Child:
- 7:65188f4a8c25
diff -r dfdcadcd0ff1 -r 01f6c3e112af main.cpp --- a/main.cpp Sun Jul 15 19:45:47 2012 +0000 +++ b/main.cpp Mon Jul 16 14:49:13 2012 +0000 @@ -29,7 +29,7 @@ sock.close(); eth.disconnect(); - + while(1) { } }