Removed a @todo documentation tag.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@869 35acf78f-673a-0410-8e92-d51de3d6d3f4master
parent
0dd57cf51b
commit
00e59b6eb2
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue