diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2010-10-26 19:29:28 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2010-10-26 19:29:28 +0000 |
commit | c44e7efce15f72b04317d5d865485262a45f96b8 (patch) | |
tree | b0bf4ff12c55303f454310c5ad48854f5136e493 /os/hal | |
parent | 36be20c723b60c9393e278c7beeb9466d77cd4eb (diff) | |
download | ChibiOS-c44e7efce15f72b04317d5d865485262a45f96b8.tar.gz ChibiOS-c44e7efce15f72b04317d5d865485262a45f96b8.tar.bz2 ChibiOS-c44e7efce15f72b04317d5d865485262a45f96b8.zip |
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2295 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/hal')
-rw-r--r-- | os/hal/platforms/LPC214x/platform.dox | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/os/hal/platforms/LPC214x/platform.dox b/os/hal/platforms/LPC214x/platform.dox index 10cac7bf1..b07cce8c6 100644 --- a/os/hal/platforms/LPC214x/platform.dox +++ b/os/hal/platforms/LPC214x/platform.dox @@ -74,7 +74,7 @@ */
/**
- * @defgroup LPC214x_SPI LPC214x SPI Support
+ * @defgroup LPC214x_SPI LPC214x SSP Support
* @details The SPI driver supports the LPC214x SSP peripheral in an interrupt
* driven implementation.
* @note Being the SPI a fast peripheral, much care must be taken to
|