Fix Version Retry

This commit is contained in:
Florian Märkl 2020-12-25 15:04:41 +01:00
commit 767e545f38
No known key found for this signature in database
GPG key ID: 125BC8A5A6A1E857
2 changed files with 20 additions and 12 deletions

View file

@ -50,7 +50,8 @@ typedef enum
CHIAKI_ERR_INVALID_RESPONSE,
CHIAKI_ERR_INVALID_MAC,
CHIAKI_ERR_UNINITIALIZED,
CHIAKI_ERR_FEC_FAILED
CHIAKI_ERR_FEC_FAILED,
CHIAKI_ERR_VERSION_MISMATCH
} ChiakiErrorCode;
CHIAKI_EXPORT const char *chiaki_error_string(ChiakiErrorCode code);