File tree 1 file changed +2
-12
lines changed
1 file changed +2
-12
lines changed Original file line number Diff line number Diff line change 127
127
* @{
128
128
*/
129
129
130
- #if !defined (HSE_VALUE )
131
- #define HSE_VALUE (25000000UL) /*!< Value of the External oscillator in Hz */
132
- #endif /* HSE_VALUE */
133
-
134
- #if !defined (CSI_VALUE )
135
- #define CSI_VALUE (4000000UL) /*!< Value of the Internal oscillator in Hz*/
136
- #endif /* CSI_VALUE */
137
-
138
- #if !defined (HSI_VALUE )
139
- #define HSI_VALUE (64000000UL) /*!< Value of the Internal oscillator in Hz */
140
- #endif /* HSI_VALUE */
141
-
142
130
/************************* Miscellaneous Configuration ************************/
143
131
/*!< Uncomment the following line if you need to relocate your vector Table in
144
132
Internal SRAM. */
145
133
/* #define VECT_TAB_SRAM */
134
+ #ifndef VECT_TAB_OFFSET
146
135
#define VECT_TAB_OFFSET 0x00U /*!< Vector Table base offset field.
147
136
This value must be a multiple of 0x200. */
137
+ #endif
148
138
/******************************************************************************/
149
139
150
140
/**
You can’t perform that action at this time.
0 commit comments