Mbed Cloud Connect for Ethernet Platforms

Fork of example-Ethernet-mbed-Cloud-connect by ST

Files at this revision

API Documentation at this revision

Comitter:
davwal04@E108444.Emea.Arm.com
Date:
Mon May 14 11:05:29 2018 +0100
Branch:
update-1.3.0
Parent:
9:0749f33e2c04
Child:
11:bb67b71b6c9d
Commit message:
Changing sd to bd in the constructor

Changed in this revision

main.cpp Show annotated file Show diff for this revision Revisions of this file
--- 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);