Skip to content

Commit 8b777a5

Browse files
committed
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.
1 parent e2fb52a commit 8b777a5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

targets/TARGET_NXP/TARGET_MCUXpresso_MCUS/TARGET_MIMXRT1050/drivers/fsl_flexspi_nor_boot.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010

1111
#include <stdint.h>
1212
#include "device.h"
13+
#undef __VECTOR_TABLE
1314

1415
/*! @name Driver version */
1516
/*@{*/

0 commit comments

Comments
 (0)