diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2009-04-04 17:30:35 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2009-04-04 17:30:35 +0000 |
commit | 00e59b6eb299a1a5fc5eab2b037452510cf2d7a7 (patch) | |
tree | c6067085ed6a69441c487cf746d17239d0a75d1e /ports | |
parent | 0dd57cf51b63b57e1ef8554c20290cad56670806 (diff) | |
download | ChibiOS-00e59b6eb299a1a5fc5eab2b037452510cf2d7a7.tar.gz ChibiOS-00e59b6eb299a1a5fc5eab2b037452510cf2d7a7.tar.bz2 ChibiOS-00e59b6eb299a1a5fc5eab2b037452510cf2d7a7.zip |
Removed a @todo documentation tag.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@869 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'ports')
-rw-r--r-- | ports/ARM7-LPC214x/lpc214x_ssp.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ports/ARM7-LPC214x/lpc214x_ssp.h b/ports/ARM7-LPC214x/lpc214x_ssp.h index 5f497dc5f..cae264a92 100644 --- a/ports/ARM7-LPC214x/lpc214x_ssp.h +++ b/ports/ARM7-LPC214x/lpc214x_ssp.h @@ -32,7 +32,6 @@ * @details Configuration parameter, if set to @p TRUE enforces mutual
* exclusion when invoking @p sspAcquireBus() and @p sspReleaseBus().
* @note The internally used synchronization mechanism is a @p Semaphore.
- * @todo Make it use Mutexes or Semaphores like the Heap subsystem.
*/
#if !defined(LPC214x_SSP_USE_MUTEX) || defined(__DOXYGEN__)
#define LPC214x_SSP_USE_MUTEX TRUE
|