Some more cleaning up.
This commit is contained in:
parent
74af5c6e47
commit
eb7f7ba65b
2 changed files with 29 additions and 47 deletions
|
@ -91,5 +91,4 @@ dma_transfer(char *buf, unsigned len)
|
|||
DMA0SZ = len;
|
||||
DMA0CTL |= DMAEN; // enable DMA
|
||||
U0CTL &= ~SWRST; // enable UART, starts transfer
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue