STM32F411: rename mbed-core_cm4.h and mbed-core_cm4_simd.h
to cmsis-core_cm0.h and cmsis-core_cm4_simd.h
Part of the effort to rename all CMSIS-provided files to "cmsis-".
This commit is contained in:
parent
7dd657d56a
commit
487e6ff6ec
|
|
@ -180,7 +180,7 @@
|
|||
#include <stdint.h> /* standard types definitions */
|
||||
//#include "mbed-core_cmInstr.h" /* Core Instruction Access */
|
||||
//#include "mbed-core_cmFunc.h" /* Core Function Access */
|
||||
#include "mbed-core_cm4_simd.h" /* Compiler specific SIMD Intrinsics */
|
||||
#include "cmsis-core_cm4_simd.h" /* Compiler specific SIMD Intrinsics */
|
||||
|
||||
/** \brief Count leading zeros
|
||||
|
||||
|
|
@ -225,7 +225,7 @@ typedef enum
|
|||
* @}
|
||||
*/
|
||||
|
||||
#include "mbed-core_cm4.h" /* Cortex-M4 processor and core peripherals */
|
||||
#include "cmsis-core_cm4.h" /* Cortex-M4 processor and core peripherals */
|
||||
#include "mbed-system_stm32f4xx.h"
|
||||
#include <stdint.h>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue