Skip to content

Commit

Permalink
fix relative c2a-core header include
Browse files Browse the repository at this point in the history
  • Loading branch information
sksat committed Apr 19, 2023
1 parent fcb75bb commit 24729f3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion my_mod/cmd_def.py
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ def OutputCmdDefC_(file_path, body, settings):
* @brief コマンド定義
* @note このコードは自動生成されています!
*/
#include "../../src_core/TlmCmd/command_analyze.h"
#include <src_core/TlmCmd/command_analyze.h>
#include "command_definitions.h"
#include "command_source.h"
Expand Down
2 changes: 1 addition & 1 deletion my_mod/tlm_def.py
Original file line number Diff line number Diff line change
Expand Up @@ -317,7 +317,7 @@ def OutputTlmDefC_(file_path, body, settings):
* @brief テレメトリ定義
* @note このコードは自動生成されています!
*/
#include "../../src_core/TlmCmd/telemetry_frame.h"
#include <src_core/TlmCmd/telemetry_frame.h>
#include "telemetry_definitions.h"
#include "telemetry_source.h"
Expand Down

0 comments on commit 24729f3

Please sign in to comment.