Improvement batch.

This commit is contained in:
nvt-se 2007-07-05 08:35:13 +00:00
parent b13e9dde90
commit 836eae63cb
6 changed files with 64 additions and 65 deletions

View file

@ -69,7 +69,7 @@ interrupt(DACDMA_VECTOR) irq_dacdma(void)
}
void
dma_transfer(char *buf, unsigned len)
dma_transfer(unsigned char *buf, unsigned len)
{
// Configure DMA Channel 0 for UART0 TXIFG.
DMACTL0 = DMA0TSEL_4;