HTTP Server upon new mbed Ethernet Interface. Based on original code by Henry Leinen.

Dependencies:   EthernetInterface mbed-rtos mbed

Fork of HTTP_server by pablo gindel

Revision:
1:f0c641cd9bad
Parent:
0:fcceff3299be
Child:
4:2a34139c7246
--- a/main.cpp	Fri Jul 26 22:05:19 2013 +0000
+++ b/main.cpp	Fri Jul 26 22:33:47 2013 +0000
@@ -7,7 +7,7 @@
 
 DigitalOut led1(LED1);
 
-void http_thread (void const* arg);                   ///////
+void http_thread (void const* arg);                   //
 
 int main() {