Skip to content

Commit 277c91f

Browse files
author
Cruz Monrreal
authored
Merge pull request #9978 from kfnta/psa_release_tool_fix
PSA: Fix psa/release.py tool
2 parents ff78bc4 + 1b26cb7 commit 277c91f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/psa/release.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ def build_tfm_platform(target, toolchain):
117117

118118

119119
def build_psa_platform(target, toolchain):
120-
if _psa_backend(options.mcu) is 'TFM':
120+
if _psa_backend(target) is 'TFM':
121121
build_tfm_platform(target, toolchain)
122122
else:
123123
build_mbed_spm_platform(target, toolchain)

0 commit comments

Comments
 (0)