File tree Expand file tree Collapse file tree 1 file changed +2
-11
lines changed Expand file tree Collapse file tree 1 file changed +2
-11
lines changed Original file line number Diff line number Diff line change 119119 * @{
120120 */
121121
122- #if !defined (HSE_VALUE )
123- #define HSE_VALUE 16000000U /*!< Value of the External oscillator in Hz */
124- #endif /* HSE_VALUE */
125-
126- #if !defined (MSI_VALUE )
127- #define MSI_VALUE 4000000U /*!< Value of the Internal oscillator in Hz*/
128- #endif /* MSI_VALUE */
129-
130- #if !defined (HSI_VALUE )
131- #define HSI_VALUE 16000000U /*!< Value of the Internal oscillator in Hz*/
132- #endif /* HSI_VALUE */
133122
134123/************************* Miscellaneous Configuration ************************/
135124/*!< Uncomment the following line if you need to relocate your vector Table in
136125 Internal SRAM. */
137126/* #define VECT_TAB_SRAM */
127+ #ifndef VECT_TAB_OFFSET
138128#define VECT_TAB_OFFSET 0x00000000UL /*!< Vector Table base offset field.
139129 This value must be a multiple of 0x200. */
130+ #endif
140131/******************************************************************************/
141132
142133/**
You can’t perform that action at this time.
0 commit comments