We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 224a4cb commit a5ff136Copy full SHA for a5ff136
system/STM32H7RSxx/system_stm32h7rsxx.c
@@ -66,17 +66,6 @@
66
/** @addtogroup STM32H7RSxx_System_Private_Defines
67
* @{
68
*/
69
-#if !defined (HSE_VALUE)
70
- #define HSE_VALUE 24000000UL /*!< Value of the High-Speed External oscillator in Hz */
71
-#endif /* HSE_VALUE */
72
-
73
-#if !defined (HSI_VALUE)
74
- #define HSI_VALUE 64000000UL /*!< Value of the High-Speed Internal oscillator in Hz */
75
-#endif /* HSI_VALUE */
76
77
-#if !defined (CSI_VALUE)
78
- #define CSI_VALUE 4000000UL /*!< Value of the Low-power Internal oscillator in Hz */
79
-#endif /* CSI_VALUE */
80
81
/*!< The VTOR location information is based on information from the linker with a dependency
82
on the IDE, the cortex register is updated using the INTVECT_START.
0 commit comments