We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a4b57e2 commit 35ded2aCopy full SHA for 35ded2a
bsp/stm32/libraries/HAL_Drivers/config/f7/uart_config.h
@@ -33,10 +33,10 @@ extern "C" {
33
#ifndef UART1_DMA_CONFIG
34
#define UART1_DMA_CONFIG \
35
{ \
36
- .Instance = USART1_RX_DMA_INSTANCE, \
37
- .channel = USART1_RX_DMA_CHANNEL, \
38
- .dma_rcc = USART1_RX_DMA_RCC, \
39
- .dma_irq = USART1_RX_DMA_IRQ, \
+ .Instance = UART1_RX_DMA_INSTANCE, \
+ .channel = UART1_RX_DMA_CHANNEL, \
+ .dma_rcc = UART1_RX_DMA_RCC, \
+ .dma_irq = UART1_RX_DMA_IRQ, \
40
}
41
#endif /* UART1_DMA_CONFIG */
42
#endif /* BSP_UART1_RX_USING_DMA */
0 commit comments