Skip to content

Commit 4206bee

Browse files
Add init status EFS_FLASH_NEED_REFORMAT
1 parent e0d0bda commit 4206bee

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/nitrokey/trussed/admin_app.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@ class InitStatus(IntFlag):
6363
SE050_ERROR = 0b00010000
6464
CONFIG_ERROR = 0b00100000
6565
RNG_ERROR = 0b01000000
66+
EXT_FLASH_NEED_REFORMAT = 0b10000000
6667

6768
def is_error(self) -> bool:
6869
return self.value != 0

0 commit comments

Comments
 (0)