missing submode

This commit is contained in:
Robin Müller 2023-04-03 15:54:37 +02:00
parent 2b2d920540
commit f899d169b2
No known key found for this signature in database
GPG Key ID: 11D4952C8CCEF814
1 changed files with 1 additions and 1 deletions

View File

@ -51,7 +51,7 @@ def build_system_cmds(p: ServiceProviderParams):
q.add_pus_tc(create_announce_mode_recursive_command(EIVE_SYSTEM_ID))
elif o == OpCode.BOOT_MODE:
q.add_log_cmd(f"{prefix}: {Info.BOOT_MODE}")
q.add_pus_tc(create_mode_command(EIVE_SYSTEM_ID, SystemMode.BOOT))
q.add_pus_tc(create_mode_command(EIVE_SYSTEM_ID, SystemMode.BOOT, 0))
@tmtc_definitions_provider