mirror of
https://github.com/pine64/blisp.git
synced 2026-09-18 03:51:31 +00:00
Stitch more error codes through tool
This commit is contained in:
@@ -16,6 +16,9 @@ typedef enum {
|
||||
BLISP_ERR_PENDING = -6,
|
||||
BLISP_ERR_CHIP_ERR = -7,
|
||||
BLISP_ERR_INVALID_CHIP_TYPE = -8,
|
||||
BLISP_ERR_OUT_OF_MEMORY = -9,
|
||||
BLISP_ERR_INVALID_COMMAND = -10,
|
||||
BLISP_ERR_CANT_OPEN_FILE=-11,
|
||||
|
||||
} blisp_return_t;
|
||||
#endif
|
||||
Reference in New Issue
Block a user