diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2009-05-07 15:24:47 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2009-05-07 15:24:47 +0000 |
commit | aea323e12179301b00e7766fc97dc3d3b51576d9 (patch) | |
tree | 4d6bf9467a957ee7ac26dc33fa69779b76fb8727 /src | |
parent | fcd92814ce79c541fdaf3a6ef1ecfd497d75c7fd (diff) | |
download | ChibiOS-aea323e12179301b00e7766fc97dc3d3b51576d9.tar.gz ChibiOS-aea323e12179301b00e7766fc97dc3d3b51576d9.tar.bz2 ChibiOS-aea323e12179301b00e7766fc97dc3d3b51576d9.zip |
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@949 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'src')
-rw-r--r-- | src/templates/chconf.h | 1 |
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
|