stm32f7: Remove the one and only reference to STM32_BOARD_HCLK.

This commit is contained in:
Anthony Merlino
2021-04-06 14:07:36 -04:00
committed by Xiang Xiao
parent b198c63512
commit 8c73ea68d6
+1 -1
View File
@@ -53,7 +53,7 @@
* HCLK set to 150 MHz). * HCLK set to 150 MHz).
*/ */
#define STM32_SYSTICK_CLOCK (STM32_BOARD_HCLK / 8) #define STM32_SYSTICK_CLOCK (STM32_HCLK_FREQUENCY / 8)
/* The desired timer interrupt frequency is provided by the definition /* The desired timer interrupt frequency is provided by the definition
* CLK_TCK (see include/time.h). CLK_TCK defines the desired number of * CLK_TCK (see include/time.h). CLK_TCK defines the desired number of