mirror of
https://github.com/apache/nuttx.git
synced 2026-06-04 06:42:32 +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:
@@ -18,7 +18,6 @@ CONFIG_ENDIAN_BIG=y
|
||||
CONFIG_HOST_WINDOWS=y
|
||||
CONFIG_IDLETHREAD_STACKSIZE=4096
|
||||
CONFIG_MAX_TASKS=16
|
||||
CONFIG_MAX_WDOGPARMS=2
|
||||
CONFIG_NFILE_DESCRIPTORS=8
|
||||
CONFIG_NFILE_STREAMS=8
|
||||
CONFIG_PREALLOC_MQ_MSGS=4
|
||||
|
||||
Reference in New Issue
Block a user