From 40da00ae69f3b77327e3c4aa61c194fdccf8f2b0 Mon Sep 17 00:00:00 2001 From: fptrs <48245105+fptrs@users.noreply.github.com> Date: Wed, 29 Jun 2022 11:12:29 +0200 Subject: [PATCH] fix typos --- Software/ChamTool/Chameleon/Log.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Software/ChamTool/Chameleon/Log.py b/Software/ChamTool/Chameleon/Log.py index 3fd0c466..4b0fdb81 100644 --- a/Software/ChamTool/Chameleon/Log.py +++ b/Software/ChamTool/Chameleon/Log.py @@ -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 },