wait_for_buffer() now handles TX buffers.

Feels a bit awkward to read LLI src/dest to determine if RX or TX. But it works.
This commit is contained in:
Jared Boone
2016-08-10 10:34:14 -07:00
parent c8af6dcd70
commit 96da55d83a
3 changed files with 7 additions and 4 deletions

View File

@@ -42,7 +42,7 @@ bool is_enabled();
void disable();
baseband::buffer_t wait_for_rx_buffer();
baseband::buffer_t wait_for_buffer();
} /* namespace dma */
} /* namespace baseband */