Added DCS parity table and generator tool

This commit is contained in:
furrtek
2017-03-14 07:24:04 +00:00
parent b77b8b0f42
commit 37cfcd392d
17 changed files with 1107 additions and 24 deletions

View File

@@ -45,8 +45,7 @@ void AudioTXProcessor::execute(const buffer_c8_t& buffer){
if ((audio_fifo.len() < 512) && (asked == false)) {
// Ask application to fill up fifo
sigmessage.signaltype = 1;
shared_memory.application_queue.push(sigmessage);
shared_memory.application_queue.push(sig_message);
asked = true;
}
} else {