Skip to content

Commit a5ff136

Browse files
committed
system(h7rs): update STM32H7RSxx system
Remove duplicate clock definition. Signed-off-by: Frederic Pillon <frederic.pillon@st.com>
1 parent 224a4cb commit a5ff136

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

system/STM32H7RSxx/system_stm32h7rsxx.c

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -66,17 +66,6 @@
6666
/** @addtogroup STM32H7RSxx_System_Private_Defines
6767
* @{
6868
*/
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 */
8069

8170
/*!< The VTOR location information is based on information from the linker with a dependency
8271
on the IDE, the cortex register is updated using the INTVECT_START.

0 commit comments

Comments
 (0)