packetusart unit tests

This commit is contained in:
Attila Body 2019-12-04 15:57:18 +01:00
parent c2f84b23ee
commit 5d26fdc64d
8 changed files with 219 additions and 151 deletions

View file

@ -6,7 +6,7 @@
*/
#include <f4ll_c/dmahelper.h>
#ifndef MOCKABLE
#define MOCKABLE(x)
#define MOCKABLE(x) x
#endif
volatile uint32_t* MOCKABLE(Dma_GetIsReg)(DMA_TypeDef *dma, uint32_t stream)