mirror of
https://github.com/apache/nuttx.git
synced 2026-05-26 10:46:28 +08:00
Fixed Kconfig options for the obsolete GD32F4_TICKLESS_SYSTICK & STM32WB_TICKLESS_SYSTICK options.
This commit is contained in:
committed by
patacongo
parent
ad4e2f0922
commit
b89215a11f
@@ -702,7 +702,6 @@ config GD32F4_TICKLESS_TIMER
|
||||
int "Tickless by hardware timer"
|
||||
default 1
|
||||
range 0 13
|
||||
depends on !GD32F4_TICKLESS_SYSTICK
|
||||
---help---
|
||||
If the Tickless OS feature is enabled, then one clock must be
|
||||
assigned to provided the timer needed by the OS.
|
||||
|
||||
@@ -724,7 +724,6 @@ config STM32WB_TICKLESS_TIMER
|
||||
int "Tickless hardware timer"
|
||||
default 2
|
||||
range 1 17
|
||||
depends on !STM32WB_TICKLESS_SYSTICK
|
||||
---help---
|
||||
If the Tickless OS feature is enabled, then one clock must be
|
||||
assigned to provided the timer needed by the OS.
|
||||
|
||||
Reference in New Issue
Block a user