Merge pull request #13291 from jainvikas8/update-tfm-14Jul20

Update TF-M for ARM_MUSCA_B1
pull/13597/head
Martin Kojtal 2020-07-14 21:07:39 +02:00 committed by GitHub
commit 8734f2aa01
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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
}