mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-26 01:33:56 -04:00
Tools: removed annoying print msgs
This commit is contained in:
parent
f7f9d2b0e7
commit
bff796af4e
@ -42,12 +42,10 @@ tmpfile = hexfile + ".tmp"
|
||||
open(tmpfile, "wb").write(appimage)
|
||||
|
||||
intelhex.bin2hex(tmpfile, hexfile, offset=(0x08000000 + reserve_kb*1024))
|
||||
print("Created %s" % hexfile)
|
||||
|
||||
if reserve_kb > 0:
|
||||
open(tmpfile, "wb").write(with_bl)
|
||||
intelhex.bin2hex(tmpfile, hex_with_bl, offset=0x08000000)
|
||||
print("Created %s" % hex_with_bl)
|
||||
|
||||
os.unlink(tmpfile)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user