aboutsummaryrefslogtreecommitdiffstats
path: root/os/io/platforms/STM32/spi_lld.h
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2009-11-06 16:33:03 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2009-11-06 16:33:03 +0000
commit0521c90a445af93ea53f7d0e1847fa8a12a9c423 (patch)
tree93d57d723868a8d415c4ab981e977b20b8ec8977 /os/io/platforms/STM32/spi_lld.h
parentaf65d01d0a76f9a0593dd36326c100d4f26f4c0d (diff)
downloadChibiOS-0521c90a445af93ea53f7d0e1847fa8a12a9c423.tar.gz
ChibiOS-0521c90a445af93ea53f7d0e1847fa8a12a9c423.tar.bz2
ChibiOS-0521c90a445af93ea53f7d0e1847fa8a12a9c423.zip
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@1270 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/io/platforms/STM32/spi_lld.h')
-rw-r--r--os/io/platforms/STM32/spi_lld.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/os/io/platforms/STM32/spi_lld.h b/os/io/platforms/STM32/spi_lld.h
index 077c7be7f..f24a08e13 100644
--- a/os/io/platforms/STM32/spi_lld.h
+++ b/os/io/platforms/STM32/spi_lld.h
@@ -121,7 +121,7 @@ typedef struct {
} SPIConfig;
/**
- * @brief Structure representing a MAC driver.
+ * @brief Structure representing a SPI driver.
*/
typedef struct {
/**