Some more cleaning up.

This commit is contained in:
nvt-se 2007-06-28 18:27:45 +00:00
parent 74af5c6e47
commit eb7f7ba65b
2 changed files with 29 additions and 47 deletions

View file

@ -91,5 +91,4 @@ dma_transfer(char *buf, unsigned len)
DMA0SZ = len;
DMA0CTL |= DMAEN; // enable DMA
U0CTL &= ~SWRST; // enable UART, starts transfer
}