From 444089eaedae0230e9f23306a6000ef89a170cfe Mon Sep 17 00:00:00 2001 From: sh-sergey Date: Tue, 5 Nov 2024 15:36:23 +0300 Subject: [PATCH] =?UTF-8?q?=D0=A3=D0=B1=D1=80=D0=B0=D0=BD=D0=B0=20=D0=BF?= =?UTF-8?q?=D0=B5=D1=87=D0=B0=D1=82=D1=8C=20=D0=B0=D0=B4=D1=80=D0=B5=D1=81?= =?UTF-8?q?=D0=B0=20=D1=81=D1=82=D0=B0=D1=80=D1=82=D0=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- hex_parser.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/hex_parser.py b/hex_parser.py index 9974d4d..f66c8d7 100644 --- a/hex_parser.py +++ b/hex_parser.py @@ -97,8 +97,6 @@ class FirmwareFile: expect_address += 1 elif record.type == RecordType.EXTADDR: lba = record.address - elif record.type == RecordType.LINEARSTARTADDR: - print(f"Start Linear Address: {record.address:#10x}", ) elif record.type == RecordType.EOF: break