aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/ports/STM32F0xx/stm32_dma.h
diff options
context:
space:
mode:
Diffstat (limited to 'os/hal/ports/STM32F0xx/stm32_dma.h')
-rw-r--r--os/hal/ports/STM32F0xx/stm32_dma.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/os/hal/ports/STM32F0xx/stm32_dma.h b/os/hal/ports/STM32F0xx/stm32_dma.h
index 277ebf4d4..3acff9647 100644
--- a/os/hal/ports/STM32F0xx/stm32_dma.h
+++ b/os/hal/ports/STM32F0xx/stm32_dma.h
@@ -380,10 +380,10 @@ extern const stm32_dma_stream_t _stm32_dma_streams[STM32_DMA_STREAMS];
extern "C" {
#endif
void dmaInit(void);
- bool_t dmaStreamAllocate(const stm32_dma_stream_t *dmastp,
- uint32_t priority,
- stm32_dmaisr_t func,
- void *param);
+ bool dmaStreamAllocate(const stm32_dma_stream_t *dmastp,
+ uint32_t priority,
+ stm32_dmaisr_t func,
+ void *param);
void dmaStreamRelease(const stm32_dma_stream_t *dmastp);
#ifdef __cplusplus
}