diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2009-11-06 16:33:03 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2009-11-06 16:33:03 +0000 |
commit | 0521c90a445af93ea53f7d0e1847fa8a12a9c423 (patch) | |
tree | 93d57d723868a8d415c4ab981e977b20b8ec8977 /os/io/platforms/STM32 | |
parent | af65d01d0a76f9a0593dd36326c100d4f26f4c0d (diff) | |
download | ChibiOS-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')
-rw-r--r-- | os/io/platforms/STM32/spi_lld.h | 2 |
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 {
/**
|