removing DMAINFO typedef

This commit is contained in:
Attila Body 2019-11-21 12:38:35 +01:00
parent 7570c78a80
commit a50e758c4e
7 changed files with 13 additions and 13 deletions

View file

@ -79,8 +79,8 @@ struct usart_buffer_t {
struct usartstatus_t {
USART_TypeDef *usart;
DMAINFO rxDmaInfo;
DMAINFO txDmaInfo;
struct dmainfo_t rxDmaInfo;
struct dmainfo_t txDmaInfo;
struct crcstatus_t *crcStatus;
struct crcslotlistitem_t crcSlot;
struct crcslottask_t crcTasks[2];