aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/templates/spi_lld.h
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2010-02-07 11:11:45 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2010-02-07 11:11:45 +0000
commite4be2c3b13ec4bc059b5b1b2f40c7f84ce6ab77c (patch)
treecb74f829601c554a72ec3aa1e9a3f5bbe01c7b3f /os/hal/templates/spi_lld.h
parentc85b9403a373189fccf360cacaaf1612c746c58f (diff)
downloadChibiOS-e4be2c3b13ec4bc059b5b1b2f40c7f84ce6ab77c.tar.gz
ChibiOS-e4be2c3b13ec4bc059b5b1b2f40c7f84ce6ab77c.tar.bz2
ChibiOS-e4be2c3b13ec4bc059b5b1b2f40c7f84ce6ab77c.zip
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@1583 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/hal/templates/spi_lld.h')
-rw-r--r--os/hal/templates/spi_lld.h9
1 files changed, 5 insertions, 4 deletions
diff --git a/os/hal/templates/spi_lld.h b/os/hal/templates/spi_lld.h
index 34145ed70..f5046f147 100644
--- a/os/hal/templates/spi_lld.h
+++ b/os/hal/templates/spi_lld.h
@@ -18,8 +18,9 @@
*/
/**
- * @file templates/spi_lld.h
- * @brief SPI Driver subsystem low level driver header template.
+ * @file templates/spi_lld.h
+ * @brief SPI Driver subsystem low level driver header template.
+ *
* @addtogroup SPI_LLD
* @{
*/
@@ -46,14 +47,14 @@
/*===========================================================================*/
/**
- * @brief Driver configuration structure.
+ * @brief Driver configuration structure.
*/
typedef struct {
} SPIConfig;
/**
- * @brief Structure representing a SPI driver.
+ * @brief Structure representing a SPI driver.
*/
typedef struct {
/**