File tree Expand file tree Collapse file tree 1 file changed +2
-16
lines changed Expand file tree Collapse file tree 1 file changed +2
-16
lines changed Original file line number Diff line number Diff line change 45
45
46
46
#include "stm32c0xx.h"
47
47
48
- #if !defined (HSE_VALUE )
49
- #define HSE_VALUE (48000000UL) /*!< Value of the External oscillator in Hz */
50
- #endif /* HSE_VALUE */
51
-
52
- #if !defined (HSI_VALUE )
53
- #define HSI_VALUE (48000000UL) /*!< Value of the Internal oscillator in Hz*/
54
- #endif /* HSI_VALUE */
55
-
56
- #if !defined (LSI_VALUE )
57
- #define LSI_VALUE (32000UL) /*!< Value of LSI in Hz*/
58
- #endif /* LSI_VALUE */
59
-
60
- #if !defined (LSE_VALUE )
61
- #define LSE_VALUE (32768UL) /*!< Value of LSE in Hz*/
62
- #endif /* LSE_VALUE */
63
-
64
48
/**
65
49
* @}
66
50
*/
81
65
/*!< Uncomment the following line if you need to relocate your vector Table in
82
66
Internal SRAM. */
83
67
//#define VECT_TAB_SRAM
68
+ #ifndef VECT_TAB_OFFSET
84
69
#define VECT_TAB_OFFSET 0x0U /*!< Vector Table base offset field.
85
70
This value must be a multiple of 0x100. */
71
+ #endif
86
72
/******************************************************************************/
87
73
/**
88
74
* @}
You can’t perform that action at this time.
0 commit comments