minor clean up

This commit is contained in:
hathach
2024-11-27 11:35:21 +07:00
parent 453d69517b
commit 9e4b855e53
6 changed files with 15 additions and 19 deletions

View File

@@ -549,7 +549,7 @@ def test_board(board):
for f1 in flags_on_list:
f1_str = ""
if f1 != "":
f1_str = '-' + f1.replace(' ', '-')
f1_str = '-f1_' + f1.replace(' ', '_')
for test in test_list:
fw_dir = f'{TINYUSB_ROOT}/cmake-build/cmake-build-{name}{f1_str}/{test}'
if not os.path.exists(fw_dir):