Skip to content

Commit d04b403

Browse files
committed
MIMXRT1050: undefine vector table symbol from CMSIS (not used)
1 parent 606ccbc commit d04b403

File tree

1 file changed

+4
-0
lines changed
  • targets/TARGET_NXP/TARGET_MCUXpresso_MCUS/TARGET_MIMXRT1050/TARGET_EVK

1 file changed

+4
-0
lines changed

targets/TARGET_NXP/TARGET_MCUXpresso_MCUS/TARGET_MIMXRT1050/TARGET_EVK/device.h

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,10 @@
4040

4141
#define BOARD_ENET_PHY_ADDR (2)
4242

43+
/* CMSIS defines this, we use it as linker symbol, undefined it and let a linker symbol
44+
to be as vector table */
45+
#undef __VECTOR_TABLE
46+
4347
#include "objects.h"
4448

4549
#endif

0 commit comments

Comments
 (0)