aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFergus Noble2012-02-01 17:23:16 -0800
committerUwe Hermann2012-02-06 23:08:07 +0100
commit9949b5dcf4a658475380857451b3fd1268fd8e9c (patch)
tree66dd4886f7616e29850f5ed923d5e89ac32eba71
parent3e47a46c5c833613dd4e1f723a3258d7585cbd63 (diff)
Fixed typo in F2 dma header to match the datasheet.
-rw-r--r--include/libopencm3/stm32/f2/dma.h2
1 files changed, 1 insertions, 1 deletions
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