Regenerate SPM data

pull/9529/head
Oren Cohen 2019-01-25 17:39:18 +02:00 committed by Oren Cohen
parent 98707d047b
commit b0cbe815ec
1 changed files with 0 additions and 3 deletions

View File

@ -23,8 +23,6 @@
* Generated by tools/spm/generate_partition_code.py Version 1.0 * Generated by tools/spm/generate_partition_code.py Version 1.0
**********************************************************************************************************************/ **********************************************************************************************************************/
#if !defined(TARGET_TFM)
#include "cmsis.h" #include "cmsis.h"
#include "mbed_toolchain.h" /* For using MBED_ALIGN macro */ #include "mbed_toolchain.h" /* For using MBED_ALIGN macro */
#include "rtx_os.h" #include "rtx_os.h"
@ -114,4 +112,3 @@ void platform_init(spm_partition_t *partition)
} }
} }
#endif // !defined(TARGET_TFM)