mirror of
https://github.com/n5ac/smartsdr-dsp.git
synced 2026-04-05 14:25:30 +00:00
Fix magic number that should be DSTAR_RADIO_BIT_LENGTH
This commit is contained in:
parent
dc62823035
commit
280051c0ec
1 changed files with 1 additions and 1 deletions
|
|
@ -534,7 +534,7 @@ static void* _sched_waveform_thread(void* param)
|
|||
decode_out = thumbDV_encode(_dv_serial_fd, speech_in, mod_out, DV_PACKET_SAMPLES);
|
||||
}
|
||||
|
||||
float buf[5];
|
||||
float buf[DSTAR_RADIO_BIT_LENGTH];
|
||||
uint32 j = 0;
|
||||
if ( initial_tx ) {
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue