Skip to content

Commit deefe8b

Browse files
committed
fix(ci): wrong check update for openamp
Signed-off-by: Frederic Pillon <[email protected]>
1 parent 72524db commit deefe8b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: CI/update/stm32cube.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -542,7 +542,7 @@ def applyPatch(serie, HAL_updated, CMSIS_updated, openamp_updated, repo_path):
542542
for file in CMSIS_patch_path.iterdir():
543543
if file.name.endswith(".patch"):
544544
patch_list.append(CMSIS_patch_path / file)
545-
if CMSIS_updated:
545+
if openamp_updated:
546546
openamp_patch_path = patch_path / "openamp"
547547
if openamp_patch_path.is_dir():
548548
for file in openamp_patch_path.iterdir():

0 commit comments

Comments
 (0)