Add error code FOE_ERR_CHECKSUM (0x800C)

Change-Id: Ic607fd3d93c10bfaae28102182434f6d59ab7734
pull/86/head
Lars Danielsson 2020-09-07 08:42:54 +02:00
parent aee9bf569b
commit 9a430287d1
1 changed files with 1 additions and 0 deletions

View File

@ -266,6 +266,7 @@
#define FOE_ERR_NOTINBOOTSTRAP 0x8009
#define FOE_ERR_NORIGHTS 0x800A
#define FOE_ERR_PROGERROR 0x800B
#define FOE_ERR_CHECKSUM 0x800C
#define FOE_OP_RRQ 1
#define FOE_OP_WRQ 2