summaryrefslogtreecommitdiff
path: root/gr-digital/python/digital/packet_utils.py
diff options
context:
space:
mode:
authorTom Rondeau <tom@trondeau.com>2014-05-20 13:08:51 -0400
committerTom Rondeau <tom@trondeau.com>2014-05-20 13:08:51 -0400
commit675b74857419a381bd2816778f79022293e96237 (patch)
treed4db349435422d75bb7a239dfd6eeb60cef40151 /gr-digital/python/digital/packet_utils.py
parenteebc74a7d6e37a61bc7c3f21c4aa1b94b8d28be3 (diff)
fec: mostly documentation updates, spell check, etc.
Diffstat (limited to 'gr-digital/python/digital/packet_utils.py')
-rw-r--r--gr-digital/python/digital/packet_utils.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/gr-digital/python/digital/packet_utils.py b/gr-digital/python/digital/packet_utils.py
index a73480bdcb..de7e2988da 100644
--- a/gr-digital/python/digital/packet_utils.py
+++ b/gr-digital/python/digital/packet_utils.py
@@ -209,6 +209,7 @@ def unmake_packet(whitened_payload_with_crc, whitener_offset=0,
print "payload_with_crc =", string_to_hex_list(payload_with_crc)
print "ok = %r, len(payload) = %d" % (ok, len(payload))
print "payload =", string_to_hex_list(payload)
+ print ""
return ok, payload