Fix serial

This commit is contained in:
jaseg 2020-03-16 19:19:34 +01:00
parent fed186a49f
commit a1dc923315
14 changed files with 447 additions and 41 deletions

View file

@ -0,0 +1,10 @@
#ifndef __DMA_UTIL_H__
#define __DMA_UTIL_H__
#include <stdint.h>
#include "sr_global.h"
uint8_t dma_get_isr_and_clear(DMA_TypeDef *dma, int ch);
#endif /* __DMA_UTIL_H__ */