mirror of
https://github.com/n5ac/smartsdr-dsp.git
synced 2026-04-07 15:23:46 +00:00
Add thumbDV_flushLists() to flush thumbDV lists in TX/RX transistions
This commit is contained in:
parent
675e300742
commit
ce962e6d87
3 changed files with 29 additions and 3 deletions
|
|
@ -485,6 +485,7 @@ static void * _sched_waveform_thread( void * param ) {
|
|||
memset( float_in_24k, 0, MEM_24 * sizeof( float ) );
|
||||
memset( float_in_8k, 0, MEM_8 * sizeof( float ) );
|
||||
|
||||
thumbDV_flushLists();
|
||||
/* Requires us to set initial_rx to FALSE which we do at the end of
|
||||
* the first loop
|
||||
*/
|
||||
|
|
@ -582,6 +583,8 @@ static void * _sched_waveform_thread( void * param ) {
|
|||
memset( tx_float_in_24k, 0, MEM_24 * sizeof( float ) );
|
||||
memset( tx_float_in_8k, 0, MEM_8 * sizeof( float ) );
|
||||
|
||||
thumbDV_flushLists();
|
||||
|
||||
/* Requires us to set initial_rx to FALSE which we do at the end of
|
||||
* the first loop
|
||||
*/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue