git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/stable_2.0.x@2278 35acf78f-673a-0410-8e92-d51de3d6d3f4
This commit is contained in:
parent
a9e91fedc1
commit
a7ccf97f43
|
@ -78,7 +78,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