mirror of https://github.com/ARMmbed/mbed-os.git
py coding style
parent
5e47ad075d
commit
49baa975cd
|
@ -128,7 +128,7 @@ def find_section(toolchain, elf, section):
|
|||
print "[ERROR] cannot find the address of section " + section
|
||||
return 0
|
||||
|
||||
return int(ret,16)
|
||||
return int(ret, 16)
|
||||
|
||||
# ----------------------------
|
||||
# main function
|
||||
|
|
Loading…
Reference in New Issue