From aea323e12179301b00e7766fc97dc3d3b51576d9 Mon Sep 17 00:00:00 2001 From: gdisirio Date: Thu, 7 May 2009 15:24:47 +0000 Subject: git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@949 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- src/templates/chconf.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src') 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 -- cgit v1.2.3