pull/9978/head
Oren Cohen 2019-03-07 15:22:17 +02:00
parent aedc1e10ea
commit 1b26cb7edf
1 changed files with 1 additions and 1 deletions

View File

@ -117,7 +117,7 @@ def build_tfm_platform(target, toolchain):
def build_psa_platform(target, toolchain):
if _psa_backend(options.mcu) is 'TFM':
if _psa_backend(target) is 'TFM':
build_tfm_platform(target, toolchain)
else:
build_mbed_spm_platform(target, toolchain)