aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2014-04-16 15:14:41 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2014-04-16 15:14:41 +0000
commit880896e7833b0efe0e871b331fe12efd43c82d2e (patch)
tree6f13abfce52b33a8b2f8d4e0b5c27c1a5bfb0a9c
parentaeb912eb7cc9930a42d8144ff3c49b7abb0dfc70 (diff)
downloadChibiOS-880896e7833b0efe0e871b331fe12efd43c82d2e.tar.gz
ChibiOS-880896e7833b0efe0e871b331fe12efd43c82d2e.tar.bz2
ChibiOS-880896e7833b0efe0e871b331fe12efd43c82d2e.zip
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@6847 35acf78f-673a-0410-8e92-d51de3d6d3f4
-rw-r--r--os/hal/platforms/STM32/SPIv1/spi_lld.h2
-rw-r--r--os/hal/platforms/STM32/SPIv2/spi_lld.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/os/hal/platforms/STM32/SPIv1/spi_lld.h b/os/hal/platforms/STM32/SPIv1/spi_lld.h
index 852d17dea..404bb5b0a 100644
--- a/os/hal/platforms/STM32/SPIv1/spi_lld.h
+++ b/os/hal/platforms/STM32/SPIv1/spi_lld.h
@@ -520,7 +520,7 @@ typedef struct {
/**
* @brief Structure representing a SPI driver.
*/
-struct SPIDriver{
+struct SPIDriver {
/**
* @brief Driver state.
*/
diff --git a/os/hal/platforms/STM32/SPIv2/spi_lld.h b/os/hal/platforms/STM32/SPIv2/spi_lld.h
index 636e02c4d..b14ba9e08 100644
--- a/os/hal/platforms/STM32/SPIv2/spi_lld.h
+++ b/os/hal/platforms/STM32/SPIv2/spi_lld.h
@@ -328,7 +328,7 @@ typedef struct {
/**
* @brief Structure representing a SPI driver.
*/
-struct SPIDriver{
+struct SPIDriver {
/**
* @brief Driver state.
*/