Device: Fix header structure, should not be a constant 1

This commit is contained in:
rlaphoenix 2022-07-21 16:19:52 +01:00
parent 1442c945cc
commit 93f70f73c2
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ class _Types(Enum):
class _Structures:
header = Struct(
"signature" / Const(b"WVD"),
"version" / Const(Int8ub, 1)
"version" / Int8ub
)
v2 = Struct(