improve EMM SM

This commit is contained in:
Sukchan Lee 2017-09-04 13:04:35 +09:00
parent 87b0897602
commit af4cf2a4e1
11 changed files with 292 additions and 184 deletions

View file

@ -3,6 +3,7 @@
#include "core_msgq.h"
#include "core_timer.h"
#include "core_fsm.h"
#ifdef __cplusplus
extern "C" {
@ -49,7 +50,7 @@ extern "C" {
(__duration), (__ptr_e), (__param))
typedef struct {
c_uintptr_t event;
fsm_event_t event;
c_uintptr_t param1;
c_uintptr_t param2;
c_uintptr_t param3;