File tree 7 files changed +14
-0
lines changed
7 files changed +14
-0
lines changed Original file line number Diff line number Diff line change 93
93
/*!< Uncomment the following line if you need to relocate your vector Table in
94
94
Internal SRAM. */
95
95
/* #define VECT_TAB_SRAM */
96
+ #ifndef VECT_TAB_OFFSET
96
97
#define VECT_TAB_OFFSET 0x00 /*!< Vector Table base offset field.
97
98
This value must be a multiple of 0x200. */
99
+ #endif
98
100
/******************************************************************************/
99
101
100
102
/**
Original file line number Diff line number Diff line change 113
113
/*!< Uncomment the following line if you need to relocate your vector Table in
114
114
Internal SRAM. */
115
115
/* #define VECT_TAB_SRAM */
116
+ #ifndef VECT_TAB_OFFSET
116
117
#define VECT_TAB_OFFSET 0x0 /*!< Vector Table base offset field.
117
118
This value must be a multiple of 0x200. */
119
+ #endif
118
120
/**
119
121
* @}
120
122
*/
Original file line number Diff line number Diff line change 106
106
/*!< Uncomment the following line if you need to relocate your vector Table in
107
107
Internal SRAM. */
108
108
/* #define VECT_TAB_SRAM */
109
+ #ifndef VECT_TAB_OFFSET
109
110
#define VECT_TAB_OFFSET 0x00 /*!< Vector Table base offset field.
110
111
This value must be a multiple of 0x200. */
112
+ #endif
111
113
/******************************************************************************/
112
114
113
115
/**
Original file line number Diff line number Diff line change 92
92
/*!< Uncomment the following line if you need to relocate your vector Table in
93
93
Internal SRAM. */
94
94
/* #define VECT_TAB_SRAM */
95
+ #ifndef VECT_TAB_OFFSET
95
96
#define VECT_TAB_OFFSET 0x00 /*!< Vector Table base offset field.
96
97
This value must be a multiple of 0x200. */
98
+ #endif
97
99
/******************************************************************************/
98
100
99
101
/**
Original file line number Diff line number Diff line change 96
96
/*!< Uncomment the following line if you need to relocate your vector Table in
97
97
Internal SRAM. */
98
98
/* #define VECT_TAB_SRAM */
99
+ #ifndef VECT_TAB_OFFSET
99
100
#define VECT_TAB_OFFSET 0x00U /*!< Vector Table base offset field.
100
101
This value must be a multiple of 0x200. */
102
+ #endif
101
103
/******************************************************************************/
102
104
/**
103
105
* @}
Original file line number Diff line number Diff line change 94
94
/*!< Uncomment the following line if you need to relocate your vector Table in
95
95
Internal SRAM. */
96
96
/* #define VECT_TAB_SRAM */
97
+ #ifndef VECT_TAB_OFFSET
97
98
#define VECT_TAB_OFFSET 0x00U /*!< Vector Table base offset field.
98
99
This value must be a multiple of 0x200. */
100
+ #endif
99
101
/**
100
102
* @}
101
103
*/
Original file line number Diff line number Diff line change 139
139
/*!< Uncomment the following line if you need to relocate your vector Table in
140
140
Internal SRAM. */
141
141
/* #define VECT_TAB_SRAM */
142
+ #ifndef VECT_TAB_OFFSET
142
143
#define VECT_TAB_OFFSET 0x00 /*!< Vector Table base offset field.
143
144
This value must be a multiple of 0x200. */
145
+ #endif
144
146
/******************************************************************************/
145
147
/**
146
148
* @}
You can’t perform that action at this time.
0 commit comments