projects
/
pihpsdr.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
039540e
)
Removed comment that refers to code that is no longer there.
author
c vw
<dl1ycf@darc.de>
Fri, 8 Nov 2019 16:38:45 +0000
(17:38 +0100)
committer
c vw
<dl1ycf@darc.de>
Fri, 8 Nov 2019 16:38:45 +0000
(17:38 +0100)
old_protocol.c
patch
|
blob
|
history
diff --git
a/old_protocol.c
b/old_protocol.c
index b4701df0438e6fd55a8b7ce23b32040ef0eafdca..75bf3f7ccb7a2f197fced2abb857d21c72711db5 100644
(file)
--- a/
old_protocol.c
+++ b/
old_protocol.c
@@
-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) {