a

Dependencies:   mbed-http

Fork of http-example by sandbox

Revision:
15:65a49b573ba5
Parent:
12:4c226ca06191
Child:
28:9bccd981a393
diff -r 3c173847e681 -r 65a49b573ba5 source/main-http-socket-reuse.cpp
--- 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;