mirror of
https://github.com/apache/nuttx.git
synced 2026-06-04 23:03:27 +08:00
stm32f7: Remove the one and only reference to STM32_BOARD_HCLK.
This commit is contained in:
committed by
Xiang Xiao
parent
b198c63512
commit
8c73ea68d6
@@ -53,7 +53,7 @@
|
||||
* 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
|
||||
* CLK_TCK (see include/time.h). CLK_TCK defines the desired number of
|
||||
|
||||
Reference in New Issue
Block a user