MIMXRT1050: undefine vector table symbol from CMSIS (not used)

pull/12949/head
Martin Kojtal 2020-05-12 16:03:39 +01:00
parent 606ccbceff
commit d04b4036a1
1 changed files with 4 additions and 0 deletions

View File

@ -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