WDT
EIVE/-/pipeline/head This commit looks good Details

This commit is contained in:
Robin Müller 2023-10-11 11:37:48 +02:00
parent 7cd1b0070a
commit 1123c4d4df
Signed by: muellerr
GPG Key ID: FCE0B2BD2195142F
2 changed files with 2 additions and 1 deletions

View File

@ -6,3 +6,4 @@ from .health import add_health_cmd_defs
from .system import add_system_cmd_defs
from .tm_store import add_persistent_tm_store_cmd_defs
from .tcs import add_tmp_sens_cmds
from .wdt import add_xiphos_wdt_defs

View File

@ -34,7 +34,7 @@ def pack_wdt_commands(q: DefaultPusQueueHelper, op_code: str):
@tmtc_definitions_provider
def add_health_cmd_defs(defs: TmtcDefinitionWrapper):
def add_xiphos_wdt_defs(defs: TmtcDefinitionWrapper):
oce = OpCodeEntry()
oce.add(keys=OpCode.ENABLE, info=Info.ENABLE)
oce.add(keys=OpCode.ENABLE, info=Info.DISABLE)