From 8b777a571c3817c30a3e90b4d72df1e2f2ee9cd0 Mon Sep 17 00:00:00 2001 From: Martin Kojtal Date: Wed, 13 May 2020 13:24:54 +0100 Subject: [PATCH] TARGET_MIMXRT1050: fix vector table redef from cmsis We need a linker script as it was. As files update in the future, should be compatible with newer CMSIS core. --- .../TARGET_MIMXRT1050/drivers/fsl_flexspi_nor_boot.h | 1 + 1 file changed, 1 insertion(+) diff --git a/targets/TARGET_NXP/TARGET_MCUXpresso_MCUS/TARGET_MIMXRT1050/drivers/fsl_flexspi_nor_boot.h b/targets/TARGET_NXP/TARGET_MCUXpresso_MCUS/TARGET_MIMXRT1050/drivers/fsl_flexspi_nor_boot.h index 07bbfcae6b..bd0fe645a9 100644 --- a/targets/TARGET_NXP/TARGET_MCUXpresso_MCUS/TARGET_MIMXRT1050/drivers/fsl_flexspi_nor_boot.h +++ b/targets/TARGET_NXP/TARGET_MCUXpresso_MCUS/TARGET_MIMXRT1050/drivers/fsl_flexspi_nor_boot.h @@ -10,6 +10,7 @@ #include #include "device.h" +#undef __VECTOR_TABLE /*! @name Driver version */ /*@{*/