diff options
Diffstat (limited to 'bootloader/common.h')
-rw-r--r-- | bootloader/common.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bootloader/common.h b/bootloader/common.h index 3607dd0f68..c2690324e5 100644 --- a/bootloader/common.h +++ b/bootloader/common.h @@ -27,6 +27,7 @@ #define EREAD_IMAGE_FAILED -4 #define EBAD_CHKSUM -5 #define EFILE_TOO_BIG -6 +#define EINVALID_FORMAT -7 /* Set this to true to enable lcd_update() in the printf function */ extern bool verbose; |