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 mbed-rtos mbed
Fork of TCPSocket_HelloWorld by
Diff: main.cpp
- Revision:
- 14:c3694118dd57
- Parent:
- 12:9bef73198a53
--- 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);