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:
parent
487a81e297
commit
36be20c723
|
@ -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
|
* @details The SPI driver supports the LPC11xx SSP peripherals in an interrupt
|
||||||
* driven implementation.
|
* driven implementation.
|
||||||
* @note Being the SPI a fast peripheral, much care must be taken to
|
* @note Being the SPI a fast peripheral, much care must be taken to
|
||||||
|
|
|
@ -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
|
* @details The SPI driver supports the LPC13xx SSP peripherals in an interrupt
|
||||||
* driven implementation.
|
* driven implementation.
|
||||||
* @note Being the SPI a fast peripheral, much care must be taken to
|
* @note Being the SPI a fast peripheral, much care must be taken to
|
||||||
|
|
Loading…
Reference in New Issue