mirror of
https://github.com/eried/portapack-mayhem.git
synced 2025-07-30 10:09:25 -04:00
OutputStream (file M0 -> M4 radio) now works
Disabled numbers station for now (too buggy, low priority)
This commit is contained in:
parent
c922a56b6d
commit
33a2df9d2a
15 changed files with 48 additions and 30 deletions
|
@ -55,7 +55,6 @@ size_t StreamOutput::read(void* const data, const size_t length) {
|
|||
|
||||
const auto remaining = length - read;
|
||||
read += active_buffer->read(&p[read], remaining);
|
||||
//buffer->empty();
|
||||
|
||||
if( active_buffer->is_empty() ) {
|
||||
if( !fifo_buffers_empty.in(active_buffer) ) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue