mirror of
https://github.com/MikronMIK32/mik32-uploader.git
synced 2026-01-01 13:37:03 +03:00
Убрана печать адреса старта
This commit is contained in:
parent
6839b3763d
commit
444089eaed
@ -97,8 +97,6 @@ class FirmwareFile:
|
|||||||
expect_address += 1
|
expect_address += 1
|
||||||
elif record.type == RecordType.EXTADDR:
|
elif record.type == RecordType.EXTADDR:
|
||||||
lba = record.address
|
lba = record.address
|
||||||
elif record.type == RecordType.LINEARSTARTADDR:
|
|
||||||
print(f"Start Linear Address: {record.address:#10x}", )
|
|
||||||
elif record.type == RecordType.EOF:
|
elif record.type == RecordType.EOF:
|
||||||
break
|
break
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user