diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2009-11-07 10:29:32 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2009-11-07 10:29:32 +0000 |
commit | 8957c5264880bc0c8db34b591ceeca6752db57c8 (patch) | |
tree | 0a7a44d8fcb383cf8320d294428671c89845e621 /os/io/platforms/STM32/spi_lld.c | |
parent | 0bd69a2cb10011aa34897d747df6a959121a1e4e (diff) | |
download | ChibiOS-8957c5264880bc0c8db34b591ceeca6752db57c8.tar.gz ChibiOS-8957c5264880bc0c8db34b591ceeca6752db57c8.tar.bz2 ChibiOS-8957c5264880bc0c8db34b591ceeca6752db57c8.zip |
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@1272 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/io/platforms/STM32/spi_lld.c')
-rw-r--r-- | os/io/platforms/STM32/spi_lld.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/os/io/platforms/STM32/spi_lld.c b/os/io/platforms/STM32/spi_lld.c index 591ade2aa..a950095b9 100644 --- a/os/io/platforms/STM32/spi_lld.c +++ b/os/io/platforms/STM32/spi_lld.c @@ -18,9 +18,9 @@ */
/**
- * @file templates/spi_lld.c
- * @brief SPI Driver subsystem low level driver source template
- * @addtogroup SPI_LLD
+ * @file STM32/spi_lld.c
+ * @brief STM32 SPI subsystem low level driver source
+ * @addtogroup STM32_SPI
* @{
*/
|