diff --git a/my_mod/cmd_def.py b/my_mod/cmd_def.py index 1782f51..961a668 100644 --- a/my_mod/cmd_def.py +++ b/my_mod/cmd_def.py @@ -191,7 +191,7 @@ def OutputCmdDefC_(file_path, body, settings): * @brief コマンド定義 * @note このコードは自動生成されています! */ -#include "../../src_core/TlmCmd/command_analyze.h" +#include #include "command_definitions.h" #include "command_source.h" diff --git a/my_mod/tlm_def.py b/my_mod/tlm_def.py index 3c52255..9960a65 100644 --- a/my_mod/tlm_def.py +++ b/my_mod/tlm_def.py @@ -317,7 +317,7 @@ def OutputTlmDefC_(file_path, body, settings): * @brief テレメトリ定義 * @note このコードは自動生成されています! */ -#include "../../src_core/TlmCmd/telemetry_frame.h" +#include #include "telemetry_definitions.h" #include "telemetry_source.h"