wip: saving to continue on laptop

This commit is contained in:
Karina
2025-12-27 02:35:05 +04:00
parent 0aa7086589
commit 0d38c268b3
2 changed files with 10 additions and 18 deletions
-1
View File
@@ -56,7 +56,6 @@ def main():
c_code.append(f" .buffer = (u32*){output_name}_data")
c_code.append(f"}};")
# Сохраняем в файл
output_filename = f"{output_name}.h"
with open(output_filename, "w") as f:
f.write("\n".join(c_code))