mirror of https://github.com/ARMmbed/mbed-os.git
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.pull/12949/head
parent
e2fb52aab7
commit
8b777a571c
|
@ -10,6 +10,7 @@
|
|||
|
||||
#include <stdint.h>
|
||||
#include "device.h"
|
||||
#undef __VECTOR_TABLE
|
||||
|
||||
/*! @name Driver version */
|
||||
/*@{*/
|
||||
|
|
Loading…
Reference in New Issue