diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2014-04-16 15:14:32 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2014-04-16 15:14:32 +0000 |
commit | 610bc93341c875dc8a805fc3483d8bd9101f65c3 (patch) | |
tree | 4a70a4527e6cdc97df1d4fa672bc901228475fa5 /os/hal | |
parent | b25d252f841b628dac04a580179f09b7b891cc4f (diff) | |
download | ChibiOS-610bc93341c875dc8a805fc3483d8bd9101f65c3.tar.gz ChibiOS-610bc93341c875dc8a805fc3483d8bd9101f65c3.tar.bz2 ChibiOS-610bc93341c875dc8a805fc3483d8bd9101f65c3.zip |
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/kernel_3_dev@6844 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/hal')
-rw-r--r-- | os/hal/ports/STM32/LLD/SPIv1/spi_lld.h | 2 | ||||
-rw-r--r-- | os/hal/ports/STM32/LLD/SPIv2/spi_lld.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/os/hal/ports/STM32/LLD/SPIv1/spi_lld.h b/os/hal/ports/STM32/LLD/SPIv1/spi_lld.h index 7700c34fe..011f83685 100644 --- a/os/hal/ports/STM32/LLD/SPIv1/spi_lld.h +++ b/os/hal/ports/STM32/LLD/SPIv1/spi_lld.h @@ -439,7 +439,7 @@ typedef struct { /**
* @brief Structure representing a SPI driver.
*/
-struct SPIDriver{
+struct SPIDriver {
/**
* @brief Driver state.
*/
diff --git a/os/hal/ports/STM32/LLD/SPIv2/spi_lld.h b/os/hal/ports/STM32/LLD/SPIv2/spi_lld.h index 0be4f5c48..271774bfc 100644 --- a/os/hal/ports/STM32/LLD/SPIv2/spi_lld.h +++ b/os/hal/ports/STM32/LLD/SPIv2/spi_lld.h @@ -277,7 +277,7 @@ typedef struct { /**
* @brief Structure representing a SPI driver.
*/
-struct SPIDriver{
+struct SPIDriver {
/**
* @brief Driver state.
*/
|