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() {