aboutsummaryrefslogtreecommitdiffstats
path: root/ports/ARM7-LPC214x
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2009-02-06 20:11:32 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2009-02-06 20:11:32 +0000
commit724de0c330e40a599896bf5bca119ab121c24382 (patch)
tree2f3d2b36ba8ec18f5c5d9db72abc8ddc90fede18 /ports/ARM7-LPC214x
parent52fb58eca6f6aa8ce415ce1a368d03533e6cfaf1 (diff)
downloadChibiOS-724de0c330e40a599896bf5bca119ab121c24382.tar.gz
ChibiOS-724de0c330e40a599896bf5bca119ab121c24382.tar.bz2
ChibiOS-724de0c330e40a599896bf5bca119ab121c24382.zip
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@727 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'ports/ARM7-LPC214x')
-rw-r--r--ports/ARM7-LPC214x/lpc214x_serial.h4
-rw-r--r--ports/ARM7-LPC214x/lpc214x_ssp.h2
2 files changed, 3 insertions, 3 deletions
diff --git a/ports/ARM7-LPC214x/lpc214x_serial.h b/ports/ARM7-LPC214x/lpc214x_serial.h
index ee60a48f4..fbba6a365 100644
--- a/ports/ARM7-LPC214x/lpc214x_serial.h
+++ b/ports/ARM7-LPC214x/lpc214x_serial.h
@@ -70,9 +70,9 @@
* @note The default is @p TRUE .
*/
#if !defined(USE_LPC214x_UART0) || defined(__DOXYGEN__)
-#define USE_LPC214x_UART0 TRUE
+#define USE_LPC214x_UART0 TRUE
#endif
-
+
/**
* @brief UART1 driver enable switch.
* @details If set to @p TRUE the support for USART2 is included.
diff --git a/ports/ARM7-LPC214x/lpc214x_ssp.h b/ports/ARM7-LPC214x/lpc214x_ssp.h
index 411ef5016..01e8b3a93 100644
--- a/ports/ARM7-LPC214x/lpc214x_ssp.h
+++ b/ports/ARM7-LPC214x/lpc214x_ssp.h
@@ -29,7 +29,7 @@
/**
* @brief SSP bus mutual exclusion control.
- * @details Configuration parameter, if defined this macro enforces mutual
+ * @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.