Skip to content

Commit 686bae1

Browse files
committed
Control byte usage in pdu_to_kiss should default to True
1 parent c0f9c0d commit 686bae1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/pdu_to_kiss.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ class pdu_to_kiss(gr.basic_block):
1919
"""
2020
docstring for block pdu_to_kiss
2121
"""
22-
def __init__(self, control_byte = False):
22+
def __init__(self, control_byte = True):
2323
gr.basic_block.__init__(self,
2424
name="pdu_to_kiss",
2525
in_sig=None,

0 commit comments

Comments
 (0)