mirror of
https://github.com/n5ac/smartsdr-dsp.git
synced 2026-03-15 08:33:48 +01:00
Fix magic number that should be DSTAR_RADIO_BIT_LENGTH
This commit is contained in:
parent
dc62823035
commit
280051c0ec
|
|
@ -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…
Reference in a new issue