Documentation fixes.

git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2294 35acf78f-673a-0410-8e92-d51de3d6d3f4
This commit is contained in:
gdisirio 2010-10-26 18:17:19 +00:00
parent 487a81e297
commit 36be20c723
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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