Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
771-8bit committed Nov 13, 2024
1 parent 86262ed commit 01e2316
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ def test_wdt_at_sils():
assert tlm_HK["HK.WDT.IS_CLEAR_ENABLE"] == "ENA"

wings.util.send_cmd_and_confirm(
ope, c2a_enum.Cmd_CODE_WDT_SET_TIMER, (1000, ), c2a_enum.Tlm_CODE_HK
ope, c2a_enum.Cmd_CODE_WDT_SET_TIMER, (1000,), c2a_enum.Tlm_CODE_HK
)
tlm_HK = wings.util.generate_and_receive_tlm(
ope, c2a_enum.Cmd_CODE_TG_GENERATE_RT_TLM, c2a_enum.Tlm_CODE_HK
Expand Down

0 comments on commit 01e2316

Please sign in to comment.