diff options
Diffstat (limited to 'os/hal/templates/spi_lld.h')
-rw-r--r-- | os/hal/templates/spi_lld.h | 9 |
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 {
/**
|