mirror of
https://github.com/mist-devel/mist-firmware.git
synced 2026-04-25 20:11:42 +00:00
Cleanup error numbers
This commit is contained in:
8
errors.h
8
errors.h
@@ -1,7 +1,13 @@
|
||||
#define ERROR_NONE 0
|
||||
#define ERROR_FILE_NOT_FOUND 1
|
||||
#define ERROR_INVALID_DATA 2
|
||||
#define ERROR_UPDATE_FAILED 3
|
||||
#define ERROR_UPDATE_INIT_FAILED 3
|
||||
#define ERROR_BITSTREAM_OPEN 4
|
||||
#define ERROR_UPDATE_PROGRESS_FAILED 5
|
||||
#define ERROR_KICKSTART_UPLOAD 6
|
||||
#define ERROR_UPDATE_FAILED 7
|
||||
#define ERROR_READ_BITSTREAM_FAILED 8
|
||||
#define ERROR_DIRECT_ACCESS_INTERNAL 10
|
||||
|
||||
extern unsigned char Error;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user