X-Git-Url: http://pileus.org/git/?a=blobdiff_plain;f=hw2%2Ftimer_dma.h;h=cfc174bb58921ccdbccb343801f01c2fb0f76042;hb=7809f2b477c2eec8d27e45b3e441002509cfc556;hp=41370fbe7e5ceb9e257f254b8eb76a10538162f5;hpb=16ad7d215971b9bbd79007f7c334c4f8d9659c49;p=~andy%2Fcsm213a-hw diff --git a/hw2/timer_dma.h b/hw2/timer_dma.h index 41370fb..cfc174b 100644 --- a/hw2/timer_dma.h +++ b/hw2/timer_dma.h @@ -23,9 +23,6 @@ typedef enum { /* Port */ typedef struct tdma_t tdma_t; -/* Open */ -void tdma_init(void); - /* Open */ tdma_t *tdma_open(tdma_chan_t chan, int alt, PinName pin, PinMode mode);