[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[paparazzi-commits] [6215] more whitespace cleanup
From: |
Felix Ruess |
Subject: |
[paparazzi-commits] [6215] more whitespace cleanup |
Date: |
Sat, 23 Oct 2010 21:12:14 +0000 |
Revision: 6215
http://svn.sv.gnu.org/viewvc/?view=rev&root=paparazzi&revision=6215
Author: flixr
Date: 2010-10-23 21:12:13 +0000 (Sat, 23 Oct 2010)
Log Message:
-----------
more whitespace cleanup
Modified Paths:
--------------
paparazzi3/trunk/sw/airborne/arch/stm32/peripherals/ms2001_arch.h
Modified: paparazzi3/trunk/sw/airborne/arch/stm32/peripherals/ms2001_arch.h
===================================================================
--- paparazzi3/trunk/sw/airborne/arch/stm32/peripherals/ms2001_arch.h
2010-10-23 21:12:06 UTC (rev 6214)
+++ paparazzi3/trunk/sw/airborne/arch/stm32/peripherals/ms2001_arch.h
2010-10-23 21:12:13 UTC (rev 6215)
@@ -82,7 +82,7 @@
}; \
SPI_Init(SPI2, &SPI_InitStructure);
\
SPI_Cmd(SPI2, ENABLE); \
- \
+ \
/* trigger 2 frames read */
\
/* SPI2_Rx_DMA_Channel configuration
------------------------------------*/ \
DMA_InitTypeDef DMA_InitStructure;
\
@@ -106,20 +106,20 @@
DMA_InitStructure.DMA_DIR = DMA_DIR_PeripheralDST; \
DMA_InitStructure.DMA_Priority = DMA_Priority_Medium; \
DMA_Init(DMA1_Channel5, &DMA_InitStructure); \
- \
+ \
/* Enable SPI_2 Rx request */ \
SPI_I2S_DMACmd(SPI2, SPI_I2S_DMAReq_Rx, ENABLE); \
/* Enable DMA1 Channel4 */ \
DMA_Cmd(DMA1_Channel4, ENABLE); \
- \
+ \
/* Enable SPI_2 Tx request */ \
SPI_I2S_DMACmd(SPI2, SPI_I2S_DMAReq_Tx, ENABLE); \
/* Enable DMA1 Channel5 */ \
DMA_Cmd(DMA1_Channel5, ENABLE); \
- \
+ \
/* Enable DMA1 Channel4 Transfer Complete interrupt */ \
DMA_ITConfig(DMA1_Channel4, DMA_IT_TC, ENABLE); \
- \
+ \
}
#define Ms2001OnDmaIrq() { \
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [paparazzi-commits] [6215] more whitespace cleanup,
Felix Ruess <=