fix iar ci
This commit is contained in:
@@ -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.
|
||||
|
Reference in New Issue
Block a user