Remove unused DMA Handler types.

This commit is contained in:
Jared Boone
2016-06-22 11:22:28 -07:00
parent 3cdce88e5d
commit 1010e6a234
3 changed files with 0 additions and 6 deletions

View File

@@ -32,8 +32,6 @@ namespace dma {
using sample_t = uint32_t;
using buffer_t = buffer_t<sample_t>;
using Handler = void (*)();
void init();
void allocate();