Cleanup of code. Temporary simple definition of BPSK signal with

rectangular pulses.


git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/jtms3@2484 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
This commit is contained in:
Joe Taylor
2012-07-04 17:48:57 +00:00
parent 1866a937e4
commit b1fd11b06b
7 changed files with 25 additions and 43 deletions
+1 -1
View File
@@ -34,7 +34,7 @@ extern "C" int a2dCallback( const void *inputBuffer, void *outputBuffer,
(void) outputBuffer; //Prevent unused variable warnings.
(void) timeInfo;
(void) userData;
int nbytes,i,j,k;
int nbytes,k;
// if(framesToProcess != -99) return paContinue; //###