From 00e59b6eb299a1a5fc5eab2b037452510cf2d7a7 Mon Sep 17 00:00:00 2001 From: gdisirio Date: Sat, 4 Apr 2009 17:30:35 +0000 Subject: Removed a @todo documentation tag. git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@869 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- ports/ARM7-LPC214x/lpc214x_ssp.h | 1 - 1 file changed, 1 deletion(-) (limited to 'ports') 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 -- cgit v1.2.3