取消代码中utf8的编码转换

This commit is contained in:
2025-07-05 19:05:35 +08:00
parent 12afd677b6
commit 8c12c1ffc3
8 changed files with 215 additions and 239 deletions

View File

@@ -22,8 +22,8 @@ CFLAG=[
'-mfpu=fpv4-sp-d16',
'-mfloat-abi=hard',
'-Og',
'-Wall',
'-fdata-sections',
'-Wall',
'-fdata-sections',
'-ffunction-sections',
# debug
'-g -gdwarf-2'
@@ -237,7 +237,6 @@ def run_cmd_queue(cmd_queue:Queue,cpu_num:int=8):
while not cmd_queue.empty():
cmd_queue.get()
cmd_queue.cancel_join_thread()
return ret