diff options
author | Keith Packard <keithp@keithp.com> | 2016-06-28 17:11:38 -0700 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2016-06-29 19:17:45 -0700 |
commit | 0dec7d0885970a7d73468dd77220bae78e161b40 (patch) | |
tree | 1c580bf0e536dcac4d0b9a7ebf6afcbc8d9a1b50 /src/stm/ao_arch_funcs.h | |
parent | 974aaf73cbb720f1b1183cc239001528b6c7a5b9 (diff) |
altos/stm: remove ao_dma_abort
This function isn't used anywhere.
Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'src/stm/ao_arch_funcs.h')
-rw-r--r-- | src/stm/ao_arch_funcs.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/stm/ao_arch_funcs.h b/src/stm/ao_arch_funcs.h index 33359857..25b43587 100644 --- a/src/stm/ao_arch_funcs.h +++ b/src/stm/ao_arch_funcs.h @@ -250,9 +250,6 @@ void ao_dma_done_transfer(uint8_t index); void -ao_dma_abort(uint8_t index); - -void ao_dma_alloc(uint8_t index); void |