From: John Melton - G0ORX/N6LYT <john.d.melton@googlemail.com>
Date: Tue, 7 Mar 2017 14:28:11 +0000 (+0000)
Subject: added call to RXASetNC to work with the latest WDSP port
X-Git-Url: https://git.rkrishnan.org/pf/content/en/service/simplejson/module-simplejson.tests.html?a=commitdiff_plain;h=d482288c62f0432e3f6be25a4b108874e44b643a;p=pihpsdr.git

added call to RXASetNC to work with the latest WDSP port
---

diff --git a/receiver.c b/receiver.c
index 5490e79..142159b 100644
--- a/receiver.c
+++ b/receiver.c
@@ -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);