Add Mocha_GetStatusStr

This commit is contained in:
Maschell
2022-07-22 14:39:55 +02:00
parent 1bcb7649ac
commit 8d650220b2
2 changed files with 28 additions and 0 deletions

View File

@@ -20,6 +20,8 @@ typedef enum MochaUtilsStatus {
MOCHA_RESULT_UNKNOWN_ERROR = -0x100,
} MochaUtilsStatus;
const char *Mocha_GetStatusStr(MochaUtilsStatus status);
/**
* Initializes the mocha lib. Needs to be called before any other functions can be used
* @return MOCHA_RESULT_SUCCESS: Library has been successfully initialized <br>