diff options
| author | hathach <[email protected]> | 2023-06-02 16:21:49 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2023-06-02 16:21:49 +0700 |
| commit | 2016ad72f3dad74ee752943ab29c687a82687255 (patch) | |
| tree | 81cbc38df7cade0d247a6c238e3fc6e20beb3be7 /tools/build_utils.py | |
| parent | 11fb837b51417ec41b8244ebbbab828b9f3fce37 (diff) | |
fix iar ci
Diffstat (limited to 'tools/build_utils.py')
| -rw-r--r-- | tools/build_utils.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/build_utils.py b/tools/build_utils.py index ec850e732..6f907729b 100644 --- a/tools/build_utils.py +++ b/tools/build_utils.py @@ -47,6 +47,7 @@ def skip_example(example, board): mk_contents = board_mk.read_text() + mcu = "NONE" for token in mk_contents.split(): if "CFG_TUSB_MCU=OPT_MCU_" in token: # Strip " because cmake files has them. |
