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 ea8622c commit 0a9d06bCopy full SHA for 0a9d06b
STM32F1/system/libmaple/stm32f1/include/series/dma.h
@@ -152,7 +152,7 @@ typedef struct dma_tube_reg_map {
152
153
#define DMA_ISR_TEIF (1 << DMA_ISR_TEIF_BIT)
154
#define DMA_ISR_HTIF (1 << DMA_ISR_HTIF_BIT)
155
-#define DMA_ISR_TCID (1 << DMA_ISR_TCIF_BIT)
+#define DMA_ISR_TCIF (1 << DMA_ISR_TCIF_BIT)
156
#define DMA_ISR_GIF (1 << DMA_ISR_GIF_BIT)
157
158
#define DMA_ISR_TEIF7_BIT 27
0 commit comments