diff --git a/components/TARGET_PSA/TARGET_MBED_SPM/psa_defs.h b/components/TARGET_PSA/TARGET_MBED_SPM/psa_defs.h index 4e6b54e8bf..ba4b1926ae 100644 --- a/components/TARGET_PSA/TARGET_MBED_SPM/psa_defs.h +++ b/components/TARGET_PSA/TARGET_MBED_SPM/psa_defs.h @@ -44,7 +44,7 @@ extern "C" { #define INT32_MIN (-0x7fffffff - 1) #endif -#define PSA_FRAMEWORK_VERSION (0x0009) /**< Version of the PSA Framework API. */ +#define PSA_FRAMEWORK_VERSION (0x0100) /**< Version of the PSA Framework API. */ #define PSA_VERSION_NONE (0L) /**< Identifier for an unimplemented Root of Trust (RoT) Service. */ #define PSA_NSPE_IDENTIFIER (-1L) /**< "Partition" identifier of the NSPE.*/