Skip to content

Commit

Permalink
Fix block name of telemetry_parser
Browse files Browse the repository at this point in the history
This was a copy&paste typo
  • Loading branch information
daniestevez committed Jul 13, 2020
1 parent 686bae1 commit f4f7d92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/components/datasinks/telemetry_parser.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ class telemetry_parser(gr.basic_block):
options: options from argparse
"""
def __init__(self, definition, file = sys.stdout, options = None):
gr.basic_block.__init__(self, "telemetry_submit",
gr.basic_block.__init__(self, "telemetry_parser",
in_sig = [],
out_sig = [])
self.message_port_register_in(pmt.intern('in'))
Expand Down

0 comments on commit f4f7d92

Please sign in to comment.