diff options
Diffstat (limited to 'chip')
-rw-r--r-- | chip/g/upgrade_fw.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/chip/g/upgrade_fw.h b/chip/g/upgrade_fw.h index d3414b103e..6296220535 100644 --- a/chip/g/upgrade_fw.h +++ b/chip/g/upgrade_fw.h @@ -141,6 +141,8 @@ enum return_value { UPGRADE_UNALIGNED_BLOCK_ERROR = 10, UPGRADE_TRUNCATED_HEADER_ERROR = 11, UPGRADE_BOARD_ID_ERROR = 12, + UPGRADE_BOARD_FLAGS_ERROR = 13, + UPGRADE_DEV_ID_MISMATCH_ERROR = 14, }; /* |