diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2010-10-26 18:17:19 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2010-10-26 18:17:19 +0000 |
commit | 36be20c723b60c9393e278c7beeb9466d77cd4eb (patch) | |
tree | 199508ef7be16f8ed8823ed5e17fcbba7aafd6f5 /os/hal | |
parent | 487a81e29725d598cf0ccdd8c9cd59c5c03634d9 (diff) | |
download | ChibiOS-36be20c723b60c9393e278c7beeb9466d77cd4eb.tar.gz ChibiOS-36be20c723b60c9393e278c7beeb9466d77cd4eb.tar.bz2 ChibiOS-36be20c723b60c9393e278c7beeb9466d77cd4eb.zip |
Documentation fixes.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2294 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/hal')
-rw-r--r-- | os/hal/platforms/LPC11xx/platform.dox | 2 | ||||
-rw-r--r-- | os/hal/platforms/LPC13xx/platform.dox | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/os/hal/platforms/LPC11xx/platform.dox b/os/hal/platforms/LPC11xx/platform.dox index 82d0b0a6e..fb8493659 100644 --- a/os/hal/platforms/LPC11xx/platform.dox +++ b/os/hal/platforms/LPC11xx/platform.dox @@ -79,7 +79,7 @@ */
/**
- * @defgroup LPC11xx_SPI LPC11xx SPI Support
+ * @defgroup LPC11xx_SPI LPC11xx SSP Support
* @details The SPI driver supports the LPC11xx SSP peripherals in an interrupt
* driven implementation.
* @note Being the SPI a fast peripheral, much care must be taken to
diff --git a/os/hal/platforms/LPC13xx/platform.dox b/os/hal/platforms/LPC13xx/platform.dox index 9f22a0252..cb04828dc 100644 --- a/os/hal/platforms/LPC13xx/platform.dox +++ b/os/hal/platforms/LPC13xx/platform.dox @@ -79,7 +79,7 @@ */
/**
- * @defgroup LPC13xx_SPI LPC13xx SPI Support
+ * @defgroup LPC13xx_SPI LPC13xx SSP Support
* @details The SPI driver supports the LPC13xx SSP peripherals in an interrupt
* driven implementation.
* @note Being the SPI a fast peripheral, much care must be taken to
|