aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Aherne2013-02-26 16:20:03 -0800
committerMichael Aherne2013-02-26 16:20:03 -0800
commitc51e01e0fe514a289b67ddd7c797827f7fe42b62 (patch)
treeff6998142d962fbb731cc2966e000f2f6c9aa3ac
parente56f4194a64ca9455b3a94ce0cab19334f99f302 (diff)
Remove duplicate declaration
-rw-r--r--include/libopencm3/stm32/common/dma_common_f24.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/libopencm3/stm32/common/dma_common_f24.h b/include/libopencm3/stm32/common/dma_common_f24.h
index 3db3d26..e7c5a16 100644
--- a/include/libopencm3/stm32/common/dma_common_f24.h
+++ b/include/libopencm3/stm32/common/dma_common_f24.h
@@ -568,7 +568,6 @@ void dma_disable_peripheral_increment_mode(u32 dma, u8 channel);
void dma_enable_fixed_peripheral_increment_mode(u32 dma, u8 stream);
void dma_enable_circular_mode(u32 dma, u8 stream);
void dma_channel_select(u32 dma, u8 stream, u32 channel);
-void dma_channel_select(u32 dma, u8 stream, u32 channel);
void dma_set_memory_burst(u32 dma, u8 stream, u32 burst);
void dma_set_peripheral_burst(u32 dma, u8 stream, u32 burst);
void dma_set_initial_target(u32 dma, u8 stream, u8 memory);