]> Pileus Git - ~andy/csm213a-hw/blobdiff - hw2/timer_dma.h
Refactor main into separate files
[~andy/csm213a-hw] / hw2 / timer_dma.h
index 41370fbe7e5ceb9e257f254b8eb76a10538162f5..cfc174bb58921ccdbccb343801f01c2fb0f76042 100644 (file)
@@ -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);