mirror of
https://github.com/avrdudes/avrdude.git
synced 2026-09-21 16:46:30 +03:00
adding possibility to keep supplying power with PK4/5 after exit
This commit is contained in:
@@ -445,7 +445,7 @@ def convert_xml(xml_path, c_funcs):
|
||||
c_file.write(" scr->{0}_len = sizeof({1});\n".format(func_name, func))
|
||||
c_file.write(" break;\n")
|
||||
|
||||
c_file.write(" }\n return 0;\n}")
|
||||
c_file.write(" }\n return namepos;\n}")
|
||||
# End of switch case
|
||||
print("finished " + prog_iface)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user