From d52b29aa0159a9600d16c8265271fb9ac1a62e31 Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Wed, 9 Apr 2014 10:57:56 -0600 Subject: configs/*/defconfig: Increase the number of pre-allocated watchdogs in configurations that use networking or USB --- nuttx/configs/teensy/usbmsc/defconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'nuttx/configs/teensy') diff --git a/nuttx/configs/teensy/usbmsc/defconfig b/nuttx/configs/teensy/usbmsc/defconfig index be26e21ea..48c9c5ca9 100644 --- a/nuttx/configs/teensy/usbmsc/defconfig +++ b/nuttx/configs/teensy/usbmsc/defconfig @@ -215,7 +215,7 @@ CONFIG_NAME_MAX=32 CONFIG_PREALLOC_MQ_MSGS=0 CONFIG_MQ_MAXMSGSIZE=0 CONFIG_MAX_WDOGPARMS=2 -CONFIG_PREALLOC_WDOGS=4 +CONFIG_PREALLOC_WDOGS=6 CONFIG_PREALLOC_TIMERS=0 # -- cgit v1.2.3