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 98707d0 commit b0cbe81Copy full SHA for b0cbe81
components/TARGET_PSA/services/platform/COMPONENT_SPE/TARGET_MBED_SPM/psa_platform_partition.c
@@ -23,8 +23,6 @@
23
* Generated by tools/spm/generate_partition_code.py Version 1.0
24
**********************************************************************************************************************/
25
26
-#if !defined(TARGET_TFM)
27
-
28
#include "cmsis.h"
29
#include "mbed_toolchain.h" /* For using MBED_ALIGN macro */
30
#include "rtx_os.h"
@@ -114,4 +112,3 @@ void platform_init(spm_partition_t *partition)
114
112
}
115
113
116
117
-#endif // !defined(TARGET_TFM)
0 commit comments