cleanup whitespaces

This commit is contained in:
Felix Ruess
2012-03-02 21:28:29 +01:00
parent ed4a5f1c42
commit 05431fdcc9
2 changed files with 18 additions and 25 deletions
+2 -5
View File
@@ -167,8 +167,8 @@ void dma1_c4_irq_handler(void)
Spi2Slave0Unselect();
if (DMA_GetITStatus(DMA1_IT_TC4)) {
// clear int pending bit
DMA_ClearITPendingBit(DMA1_IT_GL4);
// clear int pending bit
DMA_ClearITPendingBit(DMA1_IT_GL4);
// mark as available
spi_message_received = TRUE;
@@ -186,6 +186,3 @@ void dma1_c4_irq_handler(void)
slave0->status = SPITransSuccess;
*(slave0->ready) = 1;
}
@@ -160,7 +160,3 @@ extern void adxl345_start_reading_data(void);
*/
#endif // SPI_ARCH_H