Suga koubou / Mbed 2 deprecated denki-yohou_b

Dependencies:   mbed mbed-rtos EthernetInterface

Revision:
1:10bd46941b8b
Parent:
0:2a2f00cbc761
diff -r 2a2f00cbc761 -r 10bd46941b8b TinyHTTP_b.h
--- a/TinyHTTP_b.h	Mon Jul 02 05:54:16 2012 +0000
+++ b/TinyHTTP_b.h	Mon Jul 02 06:55:49 2012 +0000
@@ -15,7 +15,7 @@
 #include "EthernetInterface.h"
 
 #define HTTP_PORT 80
-#define HTTP_TIMEOUT 15000 // ms
+#define HTTP_TIMEOUT 3000 // ms
 
 #define METHOD_GET 0
 #define METHOD_POST 1