fix for hook call
This commit is contained in:
parent
4b6ab8d00a
commit
99ca187b50
@ -69,7 +69,7 @@ class FsfwHookBase(TmTcHookBase):
|
||||
def handle_service_3_housekeeping(
|
||||
object_id: bytes, set_id: int, hk_data: bytearray, service3_packet: Service3Base
|
||||
) -> Tuple[list, list, bytearray, int]:
|
||||
from common_tmtc.pus_tm import service_3_hk_handling
|
||||
from common_tmtc.pus_tm.service_3_hk_handling import service_3_hk_handling
|
||||
return service_3_hk_handling(
|
||||
object_id=object_id, set_id=set_id, hk_data=hk_data, service3_packet=service3_packet
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user