Skip to content

Commit 0622cc9

Browse files
committed
Add header guard
1 parent 6e87615 commit 0622cc9

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

features/mbedtls/platform/inc/platform_mbed.h

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,10 @@
1717
* This file is part of mbed TLS (https://tls.mbed.org)
1818
*/
1919

20+
21+
#ifndef __PLATFORM_MBED__H__
22+
#define __PLATFORM_MBED__H__
23+
2024
#if defined(TARGET_PSA)
2125
#include "default_random_seed.h"
2226
#endif
@@ -35,3 +39,5 @@
3539
#define MBEDTLS_ERR_PLATFORM_HW_FAILED -0x0080
3640

3741
#define MBEDTLS_ERR_PLATFORM_HW_ACCEL_FAILED -0x0070
42+
43+
#endif // __PLATFORM_MBED__H__

0 commit comments

Comments
 (0)