]> git.rkrishnan.org Git - pihpsdr.git/commitdiff
added call to RXASetNC to work with the latest WDSP port
authorJohn Melton - G0ORX/N6LYT <john.d.melton@googlemail.com>
Tue, 7 Mar 2017 14:28:11 +0000 (14:28 +0000)
committerJohn Melton - G0ORX/N6LYT <john.d.melton@googlemail.com>
Tue, 7 Mar 2017 14:28:11 +0000 (14:28 +0000)
receiver.c

index 5490e79c3d6577967b76c6a0253dc736060b0975..142159bc49363245394f5c84d2e1eea17a896588 100644 (file)
@@ -794,6 +794,8 @@ fprintf(stderr,"create_receiver: OpenChannel id=%d buffer_size=%d fft_size=%d sa
   FILTER *band_filter=&band_filters[vfo[rx->id].filter];
   set_filter(rx,band_filter->low,band_filter->high);
   
+  RXASetNC(rx->id, rx->fft_size);
+
   SetRXAFMDeviation(rx->id,(double)deviation);
 
   set_agc(rx, rx->agc);