mirror of https://github.com/ARMmbed/mbed-os.git
[mbed][MTS_MDOT_F411RE] system_stm32f4xx.c: allow override of VECT_TAB_OFFSET
parent
90f6719b62
commit
bbe23beb6e
|
@ -125,8 +125,10 @@
|
|||
/*!< Uncomment the following line if you need to relocate your vector Table in
|
||||
Internal SRAM. */
|
||||
/* #define VECT_TAB_SRAM */
|
||||
#ifndef VECT_TAB_OFFSET
|
||||
#define VECT_TAB_OFFSET 0x00 /*!< Vector Table base offset field.
|
||||
This value must be a multiple of 0x200. */
|
||||
#endif
|
||||
/******************************************************************************/
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in New Issue