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 119
119
* @{
120
120
*/
121
121
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 */
133
122
134
123
/************************* Miscellaneous Configuration ************************/
135
124
/*!< Uncomment the following line if you need to relocate your vector Table in
136
125
Internal SRAM. */
137
126
/* #define VECT_TAB_SRAM */
127
+ #ifndef VECT_TAB_OFFSET
138
128
#define VECT_TAB_OFFSET 0x00000000UL /*!< Vector Table base offset field.
139
129
This value must be a multiple of 0x200. */
130
+ #endif
140
131
/******************************************************************************/
141
132
142
133
/**
You can’t perform that action at this time.
0 commit comments