* lwIP requires nested locks
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2206 35acf78f-673a-0410-8e92-d51de3d6d3f4master
parent
9716c406ac
commit
75fb5ac2f5
|
@ -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
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in New Issue