mirror of https://github.com/ARMmbed/mbed-os.git
MIMXRT1050: undefine vector table symbol from CMSIS (not used)
parent
606ccbceff
commit
d04b4036a1
|
@ -40,6 +40,10 @@
|
|||
|
||||
#define BOARD_ENET_PHY_ADDR (2)
|
||||
|
||||
/* CMSIS defines this, we use it as linker symbol, undefined it and let a linker symbol
|
||||
to be as vector table */
|
||||
#undef __VECTOR_TABLE
|
||||
|
||||
#include "objects.h"
|
||||
|
||||
#endif
|
||||
|
|
Loading…
Reference in New Issue