This is Webservice SDK for mbed. LPCXpresso1769/LPC1768/FRDM-K64F/LPC4088

Fork of libMiMic by Ryo Iizuka

Revision:
79:baa21f8763cf
Parent:
40:d4e62303ad85
Child:
109:18f12ac01097
--- a/core/net/httpd/NyLPC_cHttpdThread.h	Mon Jun 23 04:45:57 2014 +0000
+++ b/core/net/httpd/NyLPC_cHttpdThread.h	Tue Jun 24 09:37:24 2014 +0000
@@ -20,6 +20,10 @@
     #define DEFINE_NyLPC_TcHttpd_t
 #endif
 
+/** Httpdセッションスレッドのスタックサイズ*/
+#ifndef NyLPC_cHttpdThread_SIZE_OF_THREAD_STACK
+#   define NyLPC_cHttpdThread_SIZE_OF_THREAD_STACK 1024
+#endif
 
 typedef struct NyLPC_TcHttpdThread NyLPC_TcHttpdThread_t;
 /**