mirror of
https://github.com/apache/nuttx.git
synced 2025-12-19 19:08:23 +08:00
sched/wdog: Change the default value of MAX_WDOGPARMS from 4 to 2
since the maximum number of argument pass to wd_start in the whole code base is 2 and change CONFIG_MAX_WDOGPARMS in some defconfig from 1 to 2 oherwise pthread_condclockwait will fail Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com> Change-Id: Ib6cb28b8c0722058849e7be916e164513431d21c
This commit is contained in:
@@ -59,7 +59,6 @@ CONFIG_IOB_NBUFFERS=24
|
||||
CONFIG_LIBC_EXECFUNCS=y
|
||||
CONFIG_LIBC_LONG_LONG=y
|
||||
CONFIG_MAX_TASKS=16
|
||||
CONFIG_MAX_WDOGPARMS=2
|
||||
CONFIG_NET=y
|
||||
CONFIG_NETDEVICES=y
|
||||
CONFIG_NETUTILS_TELNETD=y
|
||||
|
||||
Reference in New Issue
Block a user