Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/thirdpin/libopencm3.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/libopencm3/stm32/common/dma_common_csel.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/libopencm3/stm32/common/dma_common_csel.h b/include/libopencm3/stm32/common/dma_common_csel.h
index 04d93caf..755bb1df 100644
--- a/include/libopencm3/stm32/common/dma_common_csel.h
+++ b/include/libopencm3/stm32/common/dma_common_csel.h
@@ -43,6 +43,8 @@ specific memorymap.h header before including this header file.*/
BEGIN_DECLS
+void dma_set_channel_request(uint32_t dma, uint8_t channel, uint8_t request);
+
END_DECLS
/** @cond */