unify core module

This commit is contained in:
2023-01-11 14:19:47 +01:00
parent efa778c0e8
commit d48e86f5fe
6 changed files with 24 additions and 26 deletions

View File

@ -32,7 +32,7 @@ from eive_tmtc.tmtc.acs.imtq import (
handle_raw_mtm_measurement,
)
from eive_tmtc.pus_tm.defs import FsfwTmTcPrinter
from eive_tmtc.pus_tm.system.core import handle_core_hk_data
from eive_tmtc.tmtc.core import handle_core_hk_data
from eive_tmtc.pus_tm.devs.mgms import handle_mgm_hk_data
import eive_tmtc.config.object_ids as obj_ids