thingspark example
Dependencies: MbedJSONValue mbed-http HTS221
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;