Mbed Cloud Connect for Ethernet Platforms
Fork of example-Ethernet-mbed-Cloud-connect by
Diff: main.cpp
- Branch:
- update-1.3.0
- Revision:
- 10:8da380655d09
- Parent:
- 8:f4f5b7622f8d
diff -r 0749f33e2c04 -r 8da380655d09 main.cpp
--- a/main.cpp Mon May 14 10:49:59 2018 +0100
+++ b/main.cpp Mon May 14 11:05:29 2018 +0100
@@ -115,7 +115,7 @@
printf("Connected to the network successfully. IP address: %s\n", net.get_ip_address());
// SimpleMbedCloudClient handles registering over LwM2M to Mbed Cloud
- SimpleMbedCloudClient client(&net, &sd, &fs);
+ SimpleMbedCloudClient client(&net, &bd, &fs);
int client_status = client.init();
if (client_status != 0) {
printf("Initializing Mbed Cloud Client failed (%d)\n", client_status);
