diff options
Diffstat (limited to 'test/coverage/chconf.h')
-rw-r--r-- | test/coverage/chconf.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/coverage/chconf.h b/test/coverage/chconf.h index b979a9517..ebd7c3dbd 100644 --- a/test/coverage/chconf.h +++ b/test/coverage/chconf.h @@ -58,7 +58,7 @@ * @note The 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
/**
|