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
Diff: core/uip/NyLPC_cUipService.c
- Revision:
- 79:baa21f8763cf
- Parent:
- 69:8c5f220441f5
- Child:
- 91:db8279c869d3
--- a/core/uip/NyLPC_cUipService.c Mon Jun 23 04:45:57 2014 +0000
+++ b/core/uip/NyLPC_cUipService.c Tue Jun 24 09:37:24 2014 +0000
@@ -139,7 +139,7 @@
_NyLPC_TcUipService_inst=inst;
//タスク起動
- NyLPC_cThread_initialize(&th,NyLPC_TcUipService_config_STACK_SIZE,NyLPC_TcThread_PRIORITY_SERVICE);
+ NyLPC_cThread_initialize(&th,NyLPC_cUipService_config_STACK_SIZE,NyLPC_TcThread_PRIORITY_SERVICE);
NyLPC_cThread_start(&th,uipTask,NULL);
return NyLPC_TBool_TRUE;
}
MiMic Webservice library