mirror of
https://github.com/apache/nuttx.git
synced 2026-05-27 11:26:12 +08:00
sched/Kconfig: Fix a warning found in build testing.
This commit is contained in:
@@ -754,7 +754,6 @@ choice
|
|||||||
|
|
||||||
config CPULOAD_ONESHOT
|
config CPULOAD_ONESHOT
|
||||||
bool "Use Oneshot timer"
|
bool "Use Oneshot timer"
|
||||||
default n
|
|
||||||
---help---
|
---help---
|
||||||
Use an MCU-specific oneshot timer as the external clock. The
|
Use an MCU-specific oneshot timer as the external clock. The
|
||||||
oneshot timer must be configured by board specific logic which must
|
oneshot timer must be configured by board specific logic which must
|
||||||
@@ -773,7 +772,6 @@ config CPULOAD_ONESHOT
|
|||||||
|
|
||||||
config CPULOAD_PERIOD
|
config CPULOAD_PERIOD
|
||||||
bool "Use Period timer"
|
bool "Use Period timer"
|
||||||
default n
|
|
||||||
---help---
|
---help---
|
||||||
Use an MCU-specific period timer as the external clock. The
|
Use an MCU-specific period timer as the external clock. The
|
||||||
period timer must be configured by board specific logic which must
|
period timer must be configured by board specific logic which must
|
||||||
|
|||||||
Reference in New Issue
Block a user