* lwIP requires nested locks

git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2206 35acf78f-673a-0410-8e92-d51de3d6d3f4
This commit is contained in:
liamstask 2010-09-26 21:15:08 +00:00
parent 9716c406ac
commit 75fb5ac2f5
1 changed files with 1 additions and 1 deletions

View File

@ -71,7 +71,7 @@
* @note T he default is @p FALSE. * @note T he default is @p FALSE.
*/ */
#if !defined(CH_USE_NESTED_LOCKS) || defined(__DOXYGEN__) #if !defined(CH_USE_NESTED_LOCKS) || defined(__DOXYGEN__)
#define CH_USE_NESTED_LOCKS FALSE #define CH_USE_NESTED_LOCKS TRUE
#endif #endif
/** /**