]> git.rkrishnan.org Git - pihpsdr.git/commitdiff
Removed comment that refers to code that is no longer there.
authorc vw <dl1ycf@darc.de>
Fri, 8 Nov 2019 16:38:45 +0000 (17:38 +0100)
committerc vw <dl1ycf@darc.de>
Fri, 8 Nov 2019 16:38:45 +0000 (17:38 +0100)
old_protocol.c

index b4701df0438e6fd55a8b7ce23b32040ef0eafdca..75bf3f7ccb7a2f197fced2abb857d21c72711db5 100644 (file)
@@ -1053,8 +1053,6 @@ void old_protocol_process_local_mic(float *buffer) {
 
 // always 48000 samples per second
   for(i=0;i<720;i++) {
-    // avoid pointer increments in logical-or constructs, as the sequence
-    // is undefined
     sample = (short) (buffer[i]*32767.0);
 #ifdef FREEDV
     if(active_receiver->freedv) {