Skip to content

Commit 3d82af0

Browse files
committed
LPC55S69: Remove FPU_PRESENT and DSP_PRESENT defines
These are defined by mbed during compile Signed-off-by: Mahesh Mahadevan <[email protected]>
1 parent 98c8aa1 commit 3d82af0

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

targets/TARGET_NXP/TARGET_MCUXpresso_MCUS/TARGET_LPC55S69/device/LPC55S69_cm33_core0.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -158,8 +158,6 @@ typedef enum IRQn {
158158
#define __MPU_PRESENT 1 /**< Defines if an MPU is present or not */
159159
#define __NVIC_PRIO_BITS 3 /**< Number of priority bits implemented in the NVIC */
160160
#define __Vendor_SysTickConfig 0 /**< Vendor specific implementation of SysTickConfig is defined */
161-
#define __FPU_PRESENT 1 /**< Defines if an FPU is present or not */
162-
#define __DSP_PRESENT 1 /**< Defines if Armv8-M Mainline core supports DSP instructions */
163161
#define __SAUREGION_PRESENT 1 /**< Defines if an SAU is present or not */
164162

165163
#include "core_cm33.h" /* Core Peripheral Access Layer */

0 commit comments

Comments
 (0)