Added Parse_KEvent_ID()

This commit is contained in:
Joe Kearney 2026-02-27 20:55:40 -06:00
parent daa1a2a1ec
commit 77118fbd4e
3 changed files with 37 additions and 4 deletions

View file

@ -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