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:
gdisirio 2010-10-24 07:28:50 +00:00
parent a9e91fedc1
commit a7ccf97f43
1 changed files with 1 additions and 1 deletions

View File

@ -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
/**