Skip to content

Commit 1b26cb7

Browse files
author
Oren Cohen
committed
Fix tool
1 parent aedc1e1 commit 1b26cb7

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)