From 76e70c992f030aee8d74cf034f20fba8f27c2364 Mon Sep 17 00:00:00 2001 From: chutaro <35984595+chutaro@users.noreply.github.com> Date: Thu, 17 Mar 2022 20:57:08 +0900 Subject: [PATCH] fix load_exec_sts --- c2aenum/enum_loader.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/c2aenum/enum_loader.py b/c2aenum/enum_loader.py index 80b0d0b..215a038 100644 --- a/c2aenum/enum_loader.py +++ b/c2aenum/enum_loader.py @@ -52,7 +52,7 @@ def _load_mode(self): pass def _load_exec_sts(self): - self._load_enum_from_file("/src_core/TlmCmd/common_tlm_cmd_packet.h", "CCP_EXEC_") + self._load_enum_from_file("/src_core/TlmCmd/common_cmd_packet.h", "CCP_EXEC_") def _load_tl_id(self): self._load_enum_from_file("/src_core/Applications/timeline_command_dispatcher.h", "TL_ID_")