aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/templates/chconf.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/templates/chconf.h b/src/templates/chconf.h
index 9909a60d3..a7b840bf1 100644
--- a/src/templates/chconf.h
+++ b/src/templates/chconf.h
@@ -228,6 +228,7 @@
* If specified then the Asynchronous Messages (Mailboxes) APIs are included
* in the kernel.
* @note The default is @p TRUE.
+ * @note Requires @p CH_USE_SEMAPHORES.
*/
#if !defined(CH_USE_MAILBOXES) || defined(__DOXYGEN__)
#define CH_USE_MAILBOXES TRUE