From 9949b5dcf4a658475380857451b3fd1268fd8e9c Mon Sep 17 00:00:00 2001 From: Fergus Noble Date: Wed, 1 Feb 2012 17:23:16 -0800 Subject: Fixed typo in F2 dma header to match the datasheet. --- include/libopencm3/stm32/f2/dma.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/libopencm3/stm32') diff --git a/include/libopencm3/stm32/f2/dma.h b/include/libopencm3/stm32/f2/dma.h index af945d8..4981429 100644 --- a/include/libopencm3/stm32/f2/dma.h +++ b/include/libopencm3/stm32/f2/dma.h @@ -406,6 +406,6 @@ #define DMA_SxFCR_FS_FULL (4<<3) #define DMA_SxFCR_FS_EMPTY (5<<3) -#define DMA_SxFCR_FEIF (1<<7) +#define DMA_SxFCR_FEIE (1<<7) #endif -- cgit v1.2.3