adding possibility to keep supplying power with PK4/5 after exit

This commit is contained in:
MX682X
2025-05-02 21:40:58 +02:00
parent 568b709087
commit e1a6551b1e
9 changed files with 58 additions and 12 deletions

View File

@@ -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)