mirror of
https://github.com/AlexandreRouma/SDRPlusPlus.git
synced 2025-01-24 00:34:44 +01:00
Removed debugging junk
This commit is contained in:
parent
ea882cb285
commit
fe821fb830
@ -123,7 +123,6 @@ namespace dsp {
|
||||
float val;
|
||||
for (int i = 0; i < count; i++) {
|
||||
val = _in->readBuf[i];
|
||||
printf("%f\n", val);
|
||||
out.writeBuf[i * 2] = (val < 0.0f);
|
||||
out.writeBuf[(i * 2) + 1] = (fabsf(val) > M17_4FSK_HIGH_CUT);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user