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

Fork of libMiMic by Ryo Iizuka

Files at this revision

API Documentation at this revision

Comitter:
nyatla
Date:
Fri Jul 11 01:44:20 2014 +0000
Parent:
85:416f8bbbdf54
Child:
87:814e89e853a2
Commit message:
HTTP????????????1024+512???

Changed in this revision

core/include/NyLPC_config.h Show annotated file Show diff for this revision Revisions of this file
--- a/core/include/NyLPC_config.h	Fri Jul 04 14:28:46 2014 +0000
+++ b/core/include/NyLPC_config.h	Fri Jul 11 01:44:20 2014 +0000
@@ -120,7 +120,7 @@
 //デバック情報
 ////////////////////////////////////////////////////////////////////////////////////////////////
 
-#define NyLPC_cHttpdThread_SIZE_OF_THREAD_STACK (1024+256+64)
+#define NyLPC_cHttpdThread_SIZE_OF_THREAD_STACK (1024+512)
 #define NyLPC_cHttpd_MAX_PERSISTENT_CONNECTION 1
 
 /*固有プラットフォーム設定はここに記述します。*/