diff options
Diffstat (limited to 'os/kernel/include/chcond.h')
-rw-r--r-- | os/kernel/include/chcond.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/os/kernel/include/chcond.h b/os/kernel/include/chcond.h index 8c2fc863d..5a03ddd7f 100644 --- a/os/kernel/include/chcond.h +++ b/os/kernel/include/chcond.h @@ -32,7 +32,7 @@ #ifndef _CHCOND_H_
#define _CHCOND_H_
-#if CH_USE_CONDVARS
+#if CH_USE_CONDVARS || defined(__DOXYGEN__)
/*
* Module dependencies check.
|