Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependents: MbedFileServer_1768MiniDK2 RedWireBridge IssueDebug_gcc MiMicRemoteMCU-for-Mbed ... more
Revision 86:a042fb18911b, committed 2014-07-11
- 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 /*固有プラットフォーム設定はここに記述します。*/
MiMic Webservice library