Skip to content

Commit

Permalink
Merge pull request #187 from skliper/fix186-table_updates
Browse files Browse the repository at this point in the history
Fix #186, CF table name and default polling disabled
  • Loading branch information
astrogeco authored Feb 3, 2022
2 parents 9bbfb02 + 399f6db commit 192864b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions fsw/tables/cf_def_config.c
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ CF_ConfigTable_t CF_config_table = {
0x18c8,
0x08c2,
16,
{{5, 25, CF_CFDP_CLASS_2, 23, "/cf/poll_dir", "./poll_dir", 0}, {0}, {0}, {0}, {0}},
{{5, 25, CF_CFDP_CLASS_2, 23, "/cf/poll_dir", "./poll_dir", 1}, {0}, {0}, {0}, {0}},
"", /* throttle sem for channel 1, empty string means no throttle */
1,
},
Expand All @@ -58,4 +58,4 @@ CF_ConfigTable_t CF_config_table = {
480, /* outgoing_file_chunk_size */
"/cf/tmp",
};
CFE_TBL_FILEDEF(CF_config_table, CF_APP.config_table, CF config table, cf_def_config.tbl)
CFE_TBL_FILEDEF(CF_config_table, CF.config_table, CF config table, cf_def_config.tbl)

0 comments on commit 192864b

Please sign in to comment.