mirror of
https://git.sr.ht/~thestr4ng3r/chiaki
synced 2025-08-21 05:53:12 -07:00
Fix Version Retry
This commit is contained in:
parent
8904c86a6d
commit
767e545f38
2 changed files with 20 additions and 12 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue