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 http-example by
Diff: source/main-http-socket-reuse.cpp
- Revision:
- 15:65a49b573ba5
- Parent:
- 12:4c226ca06191
- Child:
- 28:9bccd981a393
--- a/source/main-http-socket-reuse.cpp Thu Mar 30 15:15:47 2017 +0200
+++ b/source/main-http-socket-reuse.cpp Thu Jul 27 15:08:59 2017 +0200
@@ -21,7 +21,7 @@
int main() {
pc.baud(115200);
// Connect to the network (see mbed_app.json for the connectivity method used)
- NetworkInterface *network = easy_connect(true);
+ NetworkInterface* network = easy_connect(true);
if (!network) {
printf("Cannot connect to the network, see serial output");
return 1;
