[records] fix record id for HARDFENCE
This commit is contained in:
parent
2512c83749
commit
cf4d7f70d4
1 changed files with 1 additions and 1 deletions
|
|
@ -306,7 +306,7 @@ class SOFTFENCE(NoDataRecord):
|
||||||
|
|
||||||
|
|
||||||
class HARDFENCE(NoDataRecord):
|
class HARDFENCE(NoDataRecord):
|
||||||
tag = 0x3f00
|
tag = 0x3e00
|
||||||
|
|
||||||
|
|
||||||
class SOFTWIRE(NoDataRecord):
|
class SOFTWIRE(NoDataRecord):
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue