CFDP integration

This commit is contained in:
2022-09-16 17:28:19 +02:00
parent d3e3acc152
commit 91f85537ce
4 changed files with 144 additions and 16 deletions

View File

@ -25,7 +25,7 @@ class EiveHookObject(TmTcCfgHookBase):
cfg = create_com_interface_cfg_default(
com_if_key=com_if_key,
json_cfg_path=self.json_cfg_path,
json_cfg_path=self.cfg_path,
space_packet_ids=SPACE_PACKET_IDS,
)
return create_com_interface_default(cfg)