LL_MemcpyDma

This commit is contained in:
Attila Body 2019-11-04 14:26:48 +01:00
parent 4de62c7f74
commit bdc796a8ce
8 changed files with 45 additions and 19 deletions

View file

@ -19,6 +19,6 @@ extern USARTSTATUS g_uartStatuses[USARTCOUNT];
extern CRCSTATUS g_crcStatus;
extern DMAINFO g_ConsoleTxDmaInfo;
extern uint8_t g_statsBuf[128];
extern uint8_t g_statsBuf[256];
#endif /* GLOBALS_H_ */