summaryrefslogtreecommitdiff
path: root/chip/stm32/usart_tx_dma.h
diff options
context:
space:
mode:
Diffstat (limited to 'chip/stm32/usart_tx_dma.h')
-rw-r--r--chip/stm32/usart_tx_dma.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/chip/stm32/usart_tx_dma.h b/chip/stm32/usart_tx_dma.h
index a1e4e0831d..1dd3d7da41 100644
--- a/chip/stm32/usart_tx_dma.h
+++ b/chip/stm32/usart_tx_dma.h
@@ -39,6 +39,7 @@
\
.init = usart_tx_dma_init, \
.interrupt = usart_tx_dma_interrupt, \
+ .info = NULL, \
}, \
\
.state = &((struct usart_tx_dma_state){}), \