mirror of
https://github.com/eried/portapack-mayhem.git
synced 2024-10-01 01:26:06 -04:00
Remove unused DMA Handler types.
This commit is contained in:
parent
3cdce88e5d
commit
1010e6a234
@ -31,8 +31,6 @@
|
|||||||
namespace baseband {
|
namespace baseband {
|
||||||
namespace dma {
|
namespace dma {
|
||||||
|
|
||||||
using Handler = void (*)();
|
|
||||||
|
|
||||||
void init();
|
void init();
|
||||||
void configure(
|
void configure(
|
||||||
baseband::sample_t* const buffer_base,
|
baseband::sample_t* const buffer_base,
|
||||||
|
@ -30,8 +30,6 @@ namespace rf {
|
|||||||
namespace rssi {
|
namespace rssi {
|
||||||
namespace dma {
|
namespace dma {
|
||||||
|
|
||||||
using Handler = void (*)();
|
|
||||||
|
|
||||||
void init();
|
void init();
|
||||||
|
|
||||||
void allocate(size_t buffer_count, size_t items_per_buffer);
|
void allocate(size_t buffer_count, size_t items_per_buffer);
|
||||||
|
@ -32,8 +32,6 @@ namespace dma {
|
|||||||
using sample_t = uint32_t;
|
using sample_t = uint32_t;
|
||||||
using buffer_t = buffer_t<sample_t>;
|
using buffer_t = buffer_t<sample_t>;
|
||||||
|
|
||||||
using Handler = void (*)();
|
|
||||||
|
|
||||||
void init();
|
void init();
|
||||||
|
|
||||||
void allocate();
|
void allocate();
|
||||||
|
Loading…
Reference in New Issue
Block a user