Stitch more error codes through tool

This commit is contained in:
Ben V. Brown
2023-05-09 07:46:45 +10:00
parent fced48570a
commit 6e2d40b9c4
4 changed files with 49 additions and 39 deletions
+3
View File
@@ -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