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:
Joe Kearney 2026-02-28 14:44:23 +00:00
parent daa1a2a1ec
commit 5aeffbcbc9
3 changed files with 38 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