From a1dc923315514ed6f23da5f2c0950830975299f8 Mon Sep 17 00:00:00 2001 From: jaseg Date: Mon, 16 Mar 2020 19:19:34 +0100 Subject: Fix serial --- controller/fw/src/dma_util.h | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 controller/fw/src/dma_util.h (limited to 'controller/fw/src/dma_util.h') diff --git a/controller/fw/src/dma_util.h b/controller/fw/src/dma_util.h new file mode 100644 index 0000000..5ea2676 --- /dev/null +++ b/controller/fw/src/dma_util.h @@ -0,0 +1,10 @@ +#ifndef __DMA_UTIL_H__ +#define __DMA_UTIL_H__ + +#include + +#include "sr_global.h" + +uint8_t dma_get_isr_and_clear(DMA_TypeDef *dma, int ch); + +#endif /* __DMA_UTIL_H__ */ -- cgit