Added Parse_KEvent_ID() (#14)
This is a convenience function for console commands. Co-authored-by: Joe Kearney <joe@clubk.club> Reviewed-on: #14
This commit is contained in:
parent
daa1a2a1ec
commit
5aeffbcbc9
3 changed files with 38 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