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