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.
Dependencies: EthernetNetIf mbed
Revision 3:5964d831654c, committed 2010-08-05
- Comitter:
- donatien
- Date:
- Thu Aug 05 15:12:04 2010 +0000
- Parent:
- 2:96e986ce29e8
- Commit message:
Changed in this revision
| HTTPClientExample.cpp | Show annotated file Show diff for this revision Revisions of this file |
diff -r 96e986ce29e8 -r 5964d831654c HTTPClientExample.cpp
--- a/HTTPClientExample.cpp Fri Jul 09 14:37:28 2010 +0000
+++ b/HTTPClientExample.cpp Thu Aug 05 15:12:04 2010 +0000
@@ -2,7 +2,7 @@
#include "EthernetNetIf.h"
#include "HTTPClient.h"
-EthernetNetIf eth;
+EthernetNetIf eth;
HTTPClient http;
int main() {