diff options
-rw-r--r-- | os/hal/platforms/STM32/stm32_dma.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/os/hal/platforms/STM32/stm32_dma.h b/os/hal/platforms/STM32/stm32_dma.h index b34be76b9..673fcc589 100644 --- a/os/hal/platforms/STM32/stm32_dma.h +++ b/os/hal/platforms/STM32/stm32_dma.h @@ -75,7 +75,7 @@ typedef struct { volatile uint32_t ISR;
volatile uint32_t IFCR;
stm32_dma_channel_t channels[7];
-} stm32_dma_t:
+} stm32_dma_t;
/*===========================================================================*/
/* Driver macros. */
|