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

Fork of libMiMic by Ryo Iizuka

Revision:
11:c82a7b2899b0
Parent:
1:9f6a78395432
Child:
37:fc4b4fd6a649
--- a/core/os/NyLPC_cMutex.h	Tue Apr 16 16:10:11 2013 +0000
+++ b/core/os/NyLPC_cMutex.h	Sat Apr 20 03:47:14 2013 +0000
@@ -34,8 +34,6 @@
 #include "queue.h"
 #include "semphr.h"
 #elif NyLPC_ARCH==NyLPC_ARCH_MBEDRTOS
-#include "mbed.h"
-#include "rtos.h"
 #else
 #error Bad NyLPC_ARCH!
 #endif
@@ -62,7 +60,7 @@
 #elif NyLPC_ARCH==NyLPC_ARCH_MBEDRTOS
 struct NyLPC_TcMutex
 {
-    rtos::Mutex _mutex;
+    void* _mutex;//rtos::Mutex*
     NyLPC_TUInt8 _lock_count;
 };
 #endif