Fix logging of app start address

This commit is contained in:
Michal Moskal 2017-12-13 17:39:53 +00:00
parent 2bb6da2434
commit 441f327705

View file

@ -27,6 +27,7 @@ def isHEX(buf):
return False
def convertFromUF2(buf):
global appstartaddr
numblocks = len(buf) / 512
curraddr = None
outp = ""