aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/ports/STM32F30x/stm32_dma.c
diff options
context:
space:
mode:
Diffstat (limited to 'os/hal/ports/STM32F30x/stm32_dma.c')
-rw-r--r--os/hal/ports/STM32F30x/stm32_dma.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/os/hal/ports/STM32F30x/stm32_dma.c b/os/hal/ports/STM32F30x/stm32_dma.c
index eb73f1b37..9b912e8fb 100644
--- a/os/hal/ports/STM32F30x/stm32_dma.c
+++ b/os/hal/ports/STM32F30x/stm32_dma.c
@@ -373,10 +373,10 @@ void dmaInit(void) {
*
* @special
*/
-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) {
osalDbgCheck(dmastp != NULL);