diff options
Diffstat (limited to 'os/hal/platforms/LPC11xx/spi_lld.h')
-rw-r--r-- | os/hal/platforms/LPC11xx/spi_lld.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/os/hal/platforms/LPC11xx/spi_lld.h b/os/hal/platforms/LPC11xx/spi_lld.h index 7b6374172..e0525387a 100644 --- a/os/hal/platforms/LPC11xx/spi_lld.h +++ b/os/hal/platforms/LPC11xx/spi_lld.h @@ -35,7 +35,7 @@ /*===========================================================================*/
/**
- * @brief Hardware FIFO depth. + * @brief Hardware FIFO depth.
*/
#define LPC11xx_SSP_FIFO_DEPTH 8
@@ -163,7 +163,7 @@ #endif
/**
- * @brief SCK0 signal selector. + * @brief SCK0 signal selector.
*/
#if !defined(LPC11xx_SPI_SCK0_SELECTOR) || defined(__DOXYGEN__)
#define LPC11xx_SPI_SCK0_SELECTOR SCK0_IS_PIO2_11
@@ -284,7 +284,7 @@ struct SPIDriver { */
LPC_SSP_TypeDef *spd_ssp;
/**
- * @brief Number of bytes yet to be received. + * @brief Number of bytes yet to be received.
*/
uint32_t spd_rxcnt;
/**
|