Skip to content

Commit 77c2348

Browse files
committed
Reorder rxErrorCodeEnum values for correctness.
1 parent eb616cb commit 77c2348

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

python/surf/protocols/coaxpress/_CoaXPressOverFiberBridgeAxiL.py

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,11 @@ def __init__(self,
1919

2020
rxErrorCodeEnum = {
2121
0x0: 'None',
22-
0x1: 'BadControl',
23-
0x2: 'Overwrite',
24-
0x3: 'IdleError',
25-
0x4: 'PayloadAbort',
26-
0x5: 'SeqMismatch',
22+
0x1: 'SeqMismatch',
23+
0x2: 'IdleError',
24+
0x3: 'PayloadAbort',
25+
0x4: 'BadControl',
26+
0x5: 'Overwrite',
2727
0x6: 'HkpMalformed',
2828
0x7: 'HkpBadKCode',
2929
}

0 commit comments

Comments
 (0)