diff options
author | Tom Rondeau <trondeau@vt.edu> | 2013-03-06 18:29:15 -0500 |
---|---|---|
committer | Tom Rondeau <trondeau@vt.edu> | 2013-03-06 18:29:15 -0500 |
commit | 6817cb4e27511562923fb670a66c7c691cfdd0ac (patch) | |
tree | b6c271d5ec6eed5e007c2869ab2a125359b281eb /gr-digital/include/digital | |
parent | e848923bbb827427ccc27984a9e130de8c17a7e6 (diff) |
core: removing simple_framer_sync, now in gr-digital.
Diffstat (limited to 'gr-digital/include/digital')
-rw-r--r-- | gr-digital/include/digital/simple_framer.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gr-digital/include/digital/simple_framer.h b/gr-digital/include/digital/simple_framer.h index 593328b9b3..9e223081fb 100644 --- a/gr-digital/include/digital/simple_framer.h +++ b/gr-digital/include/digital/simple_framer.h @@ -35,7 +35,7 @@ namespace gr { * * Takes in enough samples to create a full output frame. The * frame is prepended with the GRSF_SYNC (defind in - * digital_simple_framer_sync.h) and an 8-bit sequence number. + * simple_framer_sync.h) and an 8-bit sequence number. */ class DIGITAL_API simple_framer : virtual public gr_block { |