Dependencies:   EthernetNetIf mbed

Files at this revision

API Documentation at this revision

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