This is Webservice SDK for mbed. LPCXpresso1769/LPC1768/FRDM-K64F/LPC4088
Fork of libMiMic by
Diff: core/os/NyLPC_cIsr.h
- Revision:
- 12:efe841863fc8
- Parent:
- 1:9f6a78395432
- Child:
- 41:2389bd6b6f74
--- a/core/os/NyLPC_cIsr.h Sat Apr 20 03:47:14 2013 +0000 +++ b/core/os/NyLPC_cIsr.h Sat Apr 20 05:03:57 2013 +0000 @@ -34,8 +34,7 @@ #include "queue.h" #include "semphr.h" #elif NyLPC_ARCH==NyLPC_ARCH_MBEDRTOS -#include "mbed.h" -#include "rtos.h" + #else #error Bad NyLPC_ARCH! #endif @@ -54,11 +53,11 @@ /** * 全ての割込みとタスクスイッチを停止します。 */ -void NyLPC_cIsr_enterCritical(); +void NyLPC_cIsr_enterCritical(void); /** * 全ての割込みとタスクスイッチを再開します。 */ -void NyLPC_cIsr_exitCritical(); +void NyLPC_cIsr_exitCritical(void); /** * イベントハンドラを登録します。 * @param i_handler