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.
Fork of Impedance_Fast_Circuitry by
Diff: main.cpp
- Revision:
- 11:59dcefdda506
- Parent:
- 9:4757a976148d
- Child:
- 16:c3f922f61b8f
diff -r 8aeafea0e859 -r 59dcefdda506 main.cpp --- a/main.cpp Wed Aug 01 13:32:17 2012 +0000 +++ b/main.cpp Fri Aug 10 09:41:51 2012 +0000 @@ -11,7 +11,7 @@ sock.connect("mbed.org", 80); char http_cmd[] = "GET /media/uploads/mbed_official/hello.txt HTTP/1.0\n\n"; - sock.send_all(http_cmd, sizeof(http_cmd)); + sock.send_all(http_cmd, sizeof(http_cmd)-1); char buffer[300]; int ret;