Dependencies: EthernetNetIf mbed
Diff: HTTPClientExample.cpp
- Revision:
- 3:5964d831654c
- Parent:
- 1:4e6e885b48a2
--- 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() {