LPC55S69: Remove FPU_PRESENT and DSP_PRESENT defines

These are defined by mbed during compile

Signed-off-by: Mahesh Mahadevan <mahesh.mahadevan@nxp.com>
pull/10067/head
Mahesh Mahadevan 2019-02-28 14:54:15 -06:00 committed by Cruz Monrreal II
parent b2eb0459b5
commit 192040c0ae
1 changed files with 0 additions and 2 deletions

View File

@ -158,8 +158,6 @@ typedef enum IRQn {
#define __MPU_PRESENT 1 /**< Defines if an MPU is present or not */
#define __NVIC_PRIO_BITS 3 /**< Number of priority bits implemented in the NVIC */
#define __Vendor_SysTickConfig 0 /**< Vendor specific implementation of SysTickConfig is defined */
#define __FPU_PRESENT 1 /**< Defines if an FPU is present or not */
#define __DSP_PRESENT 1 /**< Defines if Armv8-M Mainline core supports DSP instructions */
#define __SAUREGION_PRESENT 1 /**< Defines if an SAU is present or not */
#include "core_cm33.h" /* Core Peripheral Access Layer */