From 75fb5ac2f5e12c8f8f8dc3769a2c0dc06b6d2d06 Mon Sep 17 00:00:00 2001 From: liamstask Date: Sun, 26 Sep 2010 21:15:08 +0000 Subject: [PATCH] * lwIP requires nested locks git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2206 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- demos/ARM7-AT91SAM7X-LWIP-GCC/chconf.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/demos/ARM7-AT91SAM7X-LWIP-GCC/chconf.h b/demos/ARM7-AT91SAM7X-LWIP-GCC/chconf.h index 6e6c99ab4..55ef1439d 100644 --- a/demos/ARM7-AT91SAM7X-LWIP-GCC/chconf.h +++ b/demos/ARM7-AT91SAM7X-LWIP-GCC/chconf.h @@ -71,7 +71,7 @@ * @note T he default is @p FALSE. */ #if !defined(CH_USE_NESTED_LOCKS) || defined(__DOXYGEN__) -#define CH_USE_NESTED_LOCKS FALSE +#define CH_USE_NESTED_LOCKS TRUE #endif /**