Added guard ifdef around F4 VECT_TAB_OFFSET definition

This commit is contained in:
Roger Clark 2017-08-28 18:27:58 +10:00 committed by GitHub
parent bf225b33f2
commit 0f82033b68
1 changed files with 2 additions and 0 deletions

View File

@ -108,8 +108,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
/******************************************************************************/
/**