Added Parse_KEvent_ID()
This commit is contained in:
parent
daa1a2a1ec
commit
77118fbd4e
3 changed files with 37 additions and 4 deletions
|
|
@ -48,7 +48,8 @@ typedef enum
|
|||
SYSTEMK_RESULT_WRITE_FAILED,
|
||||
SYSTEMK_RESULT_OVERFLOW,
|
||||
SYSTEMK_RESULT_UNDERFLOW,
|
||||
SYSTEMK_RESULT_EVENT_NOT_HANDLED
|
||||
SYSTEMK_RESULT_EVENT_NOT_HANDLED,
|
||||
SYSTEMK_RESULT_COULD_NOT_PARSE_STRING
|
||||
} SystemKResult_T;
|
||||
|
||||
#endif // RESULTS_H
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue