Skip to content

Commit

Permalink
code-generator: rename Settings ref in config for examples
Browse files Browse the repository at this point in the history
  • Loading branch information
sksat committed Oct 26, 2023
1 parent 9b805f2 commit 5a80647
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions code-generator/settings_mobc.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"path_to_src" : "../examples/mobc/src/",
"path_to_db" : "../examples/mobc/src/src_user/Settings/tlm_cmd/data_base/",
"path_to_db" : "../examples/mobc/src/src_user/settings/tlm_cmd/data_base/",
"db_prefix" : "SAMPLE_MOBC",
"tlm_id_range" : ["0x00", "0x100"],
"is_cmd_prefixed_in_db" : 0,
Expand All @@ -15,7 +15,7 @@
"tlm_id_range" : ["0x90", "0xc0"],
"is_cmd_prefixed_in_db" : 0,
"input_file_encoding" : "utf-8",
"path_to_db" : "../examples/subobc/src/src_user/Settings/tlm_cmd/data_base/",
"path_to_db" : "../examples/subobc/src/src_user/settings/tlm_cmd/data_base/",
"max_tlm_num" : 256,
"driver_path" : "aocs/",
"driver_type" : "AOBC_Driver",
Expand Down
2 changes: 1 addition & 1 deletion code-generator/settings_subobc.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"path_to_src" : "../examples/subobc/src/",
"path_to_db" : "../examples/subobc/src/src_user/Settings/tlm_cmd/data_base/",
"path_to_db" : "../examples/subobc/src/src_user/settings/tlm_cmd/data_base/",
"db_prefix" : "SAMPLE_AOBC",
"tlm_id_range" : ["0x00", "0x100"],
"is_cmd_prefixed_in_db" : 0,
Expand Down

0 comments on commit 5a80647

Please sign in to comment.