bump dependencies

This commit is contained in:
2022-09-12 09:23:30 +02:00
parent ecb2a751ab
commit daa68d335a
4 changed files with 6 additions and 6 deletions

View File

@ -19,7 +19,7 @@ class FsfwHookBase(CommonFsfwHookBase):
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=TM_SP_IDS,
)
return create_com_interface_default(cfg)