mirror of https://github.com/ARMmbed/mbed-os.git
Add newline at end of file and remove un needed commant
parent
92a9b3f736
commit
f02f6e3cf9
|
@ -46,4 +46,4 @@ const uint8_t temp_ram_page_data[] = {
|
||||||
0x31, 0x32
|
0x31, 0x32
|
||||||
};
|
};
|
||||||
|
|
||||||
uint8_t impl_id_data[TEMP_IMPL_ID_DATA_SIZE] = {TEMP_IMPL_ID_DATA};
|
uint8_t impl_id_data[TEMP_IMPL_ID_DATA_SIZE] = {TEMP_IMPL_ID_DATA};
|
||||||
|
|
|
@ -16,13 +16,6 @@
|
||||||
* limitations under the License.
|
* limitations under the License.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/***************************************************************************/
|
|
||||||
/* DRAFT UNDER REVIEW */
|
|
||||||
/* These APIs are still evolving and are meant as a prototype for review.*/
|
|
||||||
/* The APIs will change depending on feedback and will be firmed up */
|
|
||||||
/* to a stable set of APIs once all the feedback has been considered. */
|
|
||||||
/***************************************************************************/
|
|
||||||
|
|
||||||
#ifndef __PSA_INITIAL_ATTESTATION_IMPL_H__
|
#ifndef __PSA_INITIAL_ATTESTATION_IMPL_H__
|
||||||
#define __PSA_INITIAL_ATTESTATION_IMPL_H__
|
#define __PSA_INITIAL_ATTESTATION_IMPL_H__
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue