Skip to content
Snippets Groups Projects
Commit ed1b0227 authored by Robin Mueller's avatar Robin Mueller
Browse files

service 8 "\r" print removed

parent 60251a45
No related branches found
No related tags found
No related merge requests found
......@@ -53,7 +53,6 @@ def pack_service8_test_into(tc_queue: Deque, called_externally: bool = False) ->
command = PusTelecommand(service=8, subservice=128, ssc=840, app_data=direct_command)
tc_queue.appendleft(command.pack_command_tuple())
tc_queue.appendleft(("wait", 2))
tc_queue.appendleft(("print", "\r"))
if called_externally is False:
tc_queue.appendleft(("export", "log/tmtc_log_service8.txt"))
return tc_queue
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment