diff --git a/components/TARGET_PSA/services/attestation/COMPONENT_SPE/psa_attestation_partition.c b/components/TARGET_PSA/services/attestation/COMPONENT_SPE/psa_attestation_partition.c index 424026daee..8f084bee77 100755 --- a/components/TARGET_PSA/services/attestation/COMPONENT_SPE/psa_attestation_partition.c +++ b/components/TARGET_PSA/services/attestation/COMPONENT_SPE/psa_attestation_partition.c @@ -32,7 +32,7 @@ int32_t g_caller_id = 0; static void set_caller_id(psa_msg_t *msg) { - g_caller_id = psa_identity(msg->handle); + g_caller_id = psa_identity(msg->handle); } // ------------------------- Partition's Main Thread ---------------------------