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:
@@ -21,7 +21,6 @@ CONFIG_BOARD_LOOPSPERMSEC=1250
|
||||
CONFIG_BUILTIN=y
|
||||
CONFIG_ENDIAN_BIG=y
|
||||
CONFIG_MAX_TASKS=16
|
||||
CONFIG_MAX_WDOGPARMS=2
|
||||
CONFIG_NFILE_DESCRIPTORS=8
|
||||
CONFIG_NFILE_STREAMS=8
|
||||
CONFIG_NSH_BUILTIN_APPS=y
|
||||
|
||||
Reference in New Issue
Block a user