Ryo Iizuka / libMiMic

Dependents:   MbedFileServer_1768MiniDK2 RedWireBridge IssueDebug_gcc MiMicRemoteMCU-for-Mbed ... more

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;
 }