git subrepo pull components/f4ll_c
subrepo: subdir: "components/f4ll_c" merged: "5d26fdc" upstream: origin: "git@git.pcmuhely.hu:compi/f4ll_c.git" branch: "master" commit: "5d26fdc" git-subrepo: version: "0.4.0" origin: "https://github.com/ingydotnet/git-subrepo" commit: "5d6aba9"
This commit is contained in:
parent
357b30b344
commit
b9114f049a
10 changed files with 243 additions and 189 deletions
|
@ -17,7 +17,13 @@ extern "C" {
|
|||
|
||||
void Mcd_Init(DMA_TypeDef *dma, uint32_t stream);
|
||||
void * Mcd_Copy(void *dst, void const *src, size_t length);
|
||||
void Mcd_HandleDmaIrq();
|
||||
void Mcd_HandleDmaIrq(void);
|
||||
|
||||
#ifdef UNITTEST
|
||||
DECLARE_MOCK(Mcd_Init);
|
||||
DECLARE_MOCK(Mcd_Copy);
|
||||
DECLARE_MOCK(Mcd_HandleDmaIrq);
|
||||
#endif // UNITTEST
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue