From a94bfc5f713ee3b7659c53458b61f40ff39dc660 Mon Sep 17 00:00:00 2001 From: gdisirio Date: Sun, 2 Nov 2014 15:24:30 +0000 Subject: git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7461 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- os/hal/ports/STM32/LLD/SPIv1/spi_lld.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'os/hal/ports/STM32/LLD/SPIv1') diff --git a/os/hal/ports/STM32/LLD/SPIv1/spi_lld.h b/os/hal/ports/STM32/LLD/SPIv1/spi_lld.h index d4159a9a0..72a7c83de 100644 --- a/os/hal/ports/STM32/LLD/SPIv1/spi_lld.h +++ b/os/hal/ports/STM32/LLD/SPIv1/spi_lld.h @@ -437,7 +437,7 @@ typedef struct { } SPIConfig; /** - * @brief Structure representing a SPI driver. + * @brief Structure representing an SPI driver. */ struct SPIDriver { /** -- cgit v1.2.3