removing DMAINFO typedef
This commit is contained in:
parent
bca15a3298
commit
a17ad75673
10 changed files with 16 additions and 16 deletions
|
@ -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];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue