psa: Update TF-M for ARM_MUSCA_B1

pull/13291/head
Vikas Katariya 2020-07-14 11:48:59 +01:00
parent 851c8870b6
commit 776ccce8d6
3 changed files with 2 additions and 2 deletions

View File

@ -1 +1 @@
52261ca41663
a630d86e91a8

View File

@ -40,7 +40,7 @@ struct psa_client_key_attributes_s
uint16_t bits;
};
#define PSA_CLIENT_KEY_ATTRIBUTES_INIT {0, 0, 0, 0, 0, 0}
#define PSA_CLIENT_KEY_ATTRIBUTES_INIT {0, 0, 0, 0, 0, 0, 0}
#ifdef __cplusplus
}