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

tm list init added back

parent cb3911f6
No related branches found
No related tags found
No related merge requests found
......@@ -37,6 +37,7 @@ class DummyComIF(CommunicationInterface):
pass
def receive_telemetry(self, parameters: any = 0):
tm_list = []
if (self.service_sent == 17 or self.service_sent == 5) and self.reply_pending:
LOGGER.debug("receive crap called")
tm_packer = Service1TmPacked(subservice=1, ssc=self.ssc, tc_packet_id=self.tc_packet_id,
......
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