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.
Diff: example.cpp
- Revision:
- 3:2bfba274568c
- Parent:
- 1:40ed62996887
- Child:
- 6:f6cf38fba1d4
diff -r 40ed62996887 -r 2bfba274568c example.cpp
--- a/example.cpp	Wed Aug 13 04:41:33 2014 -0700
+++ b/example.cpp	Sat Aug 23 05:39:51 2014 -0700
@@ -95,7 +95,7 @@
 
     // Initiate a socket with an RX buffer of 256 bytes
     // We're not specifying the rx buffer pointer so that means it's dynamically allocated
-    Socket socket(256);
+    WiconnectSocket socket(256);
 
 
     printf("Issuing HTTP Request: %s\r\n", HTTP_URL);