Skip to content

Commit

Permalink
no do nothing
Browse files Browse the repository at this point in the history
  • Loading branch information
robotastic committed Feb 19, 2016
1 parent 9bf5196 commit 73adc6f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions debug_recorder.cc
Original file line number Diff line number Diff line change
Expand Up @@ -174,11 +174,11 @@ debug_recorder::debug_recorder(Source *src, long t, int n)
connect(costas_clock,0, diffdec, 0);
connect(diffdec, 0, to_float, 0);
connect(to_float,0, raw_sink,0);
connect(to_float,0, rescale, 0);
/*connect(to_float,0, rescale, 0);
connect(rescale, 0, slicer, 0);
connect(slicer,0, op25_frame_assembler,0);
connect(op25_frame_assembler, 0, converter,0);
connect(converter, 0, null_sink,0);
connect(converter, 0, null_sink,0);*/

}

Expand Down

0 comments on commit 73adc6f

Please sign in to comment.