We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 97a9652 commit b847138Copy full SHA for b847138
components/TARGET_PSA/services/attestation/COMPONENT_SPE/psa_attestation_partition.c
@@ -32,7 +32,7 @@ int32_t g_caller_id = 0;
32
33
static void set_caller_id(psa_msg_t *msg)
34
{
35
- g_caller_id = psa_identity(msg->handle);
+ g_caller_id = psa_identity(msg->handle);
36
}
37
38
// ------------------------- Partition's Main Thread ---------------------------
0 commit comments