Skip to content

Commit 0a9d06b

Browse files
Fix typo in dma.h (thanks to @SteveStrong)
1 parent ea8622c commit 0a9d06b

File tree

1 file changed

+1
-1
lines changed
  • STM32F1/system/libmaple/stm32f1/include/series

1 file changed

+1
-1
lines changed

STM32F1/system/libmaple/stm32f1/include/series/dma.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ typedef struct dma_tube_reg_map {
152152

153153
#define DMA_ISR_TEIF (1 << DMA_ISR_TEIF_BIT)
154154
#define DMA_ISR_HTIF (1 << DMA_ISR_HTIF_BIT)
155-
#define DMA_ISR_TCID (1 << DMA_ISR_TCIF_BIT)
155+
#define DMA_ISR_TCIF (1 << DMA_ISR_TCIF_BIT)
156156
#define DMA_ISR_GIF (1 << DMA_ISR_GIF_BIT)
157157

158158
#define DMA_ISR_TEIF7_BIT 27

0 commit comments

Comments
 (0)