mirror of
https://github.com/apache/nuttx.git
synced 2026-06-05 15:58:59 +08:00
sched/wdog: Remove MAX_WDOGPARMS and related stuff
since the variable arguments are error prone and seldom used. Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
This commit is contained in:
@@ -217,12 +217,6 @@ config START_DAY
|
||||
default 1
|
||||
range 1 31
|
||||
|
||||
config MAX_WDOGPARMS
|
||||
int "Maximum number of watchdog parameters"
|
||||
default 2
|
||||
---help---
|
||||
Maximum number of parameters that can be passed to a watchdog handler
|
||||
|
||||
config PREALLOC_TIMERS
|
||||
int "Number of pre-allocated POSIX timers"
|
||||
default 8
|
||||
|
||||
Reference in New Issue
Block a user