[mbed][MTS_MDOT_F411RE] system_stm32f4xx.c: allow override of VECT_TAB_OFFSET

pull/1001/head
Jesse Gilles 2015-02-13 13:26:49 -06:00 committed by Mike Fiore
parent 90f6719b62
commit bbe23beb6e
1 changed files with 2 additions and 0 deletions

View File

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