Fixed Kconfig options for the obsolete GD32F4_TICKLESS_SYSTICK & STM32WB_TICKLESS_SYSTICK options.
This commit is contained in:
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.
|
||||
|
Loading…
Reference in New Issue
Block a user