Skip to content

Commit

Permalink
fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
fptrs authored Jun 29, 2022
1 parent 688b494 commit 40da00a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Software/ChamTool/Chameleon/Log.py
Original file line number Diff line number Diff line change
Expand Up @@ -88,8 +88,8 @@ def binaryParityDecoder(data):
0x91: { 'name': 'APP HALT', 'decoder': binaryDecoder },
0x92: { 'name': 'APP UNKNOWN', 'decoder': binaryDecoder },
0x93: { 'name': 'APP REQA', 'decoder': binaryDecoder },
0x94: { 'name': 'APP WUPA', 'decoder': binaryDecoser },
0x95: { 'name': 'APP DESELECT', 'decoder': binaryDecoser },
0x94: { 'name': 'APP WUPA', 'decoder': binaryDecoder },
0x95: { 'name': 'APP DESELECT', 'decoder': binaryDecoder },

0xA0: { 'name': 'APP AUTHING' , 'decoder': binaryDecoder },
0xA1: { 'name': 'APP AUTHED', 'decoder': binaryDecoder },
Expand Down

0 comments on commit 40da00a

Please sign in to comment.