Skip to content

Commit

Permalink
Merge pull request nasa#180 from jphickey/fix-178-no-throttle-sem
Browse files Browse the repository at this point in the history
Fix nasa#178, remove throttle sem from default/example config
  • Loading branch information
astrogeco authored Jan 13, 2022
2 parents d3ae3f9 + 06c2473 commit 2a024d8
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 @@ -39,7 +39,7 @@ CF_ConfigTable_t CF_config_table = {
0x08c2,
16,
{{5, 25, CF_CFDP_CLASS_2, 23, "/cf/poll_dir", "./poll_dir", 0}, {0}, {0}, {0}, {0}},
"cf_1_sem",
"", /* throttle sem for channel 1, empty string means no throttle */
1,
},
{5, /* max number of outgoing messages per wakeup */
Expand All @@ -48,7 +48,7 @@ CF_ConfigTable_t CF_config_table = {
0x08c3,
16,
{{0}, {0}, {0}, {0}, {0}},
"cf_2_sem",
"", /* throttle sem for channel 2, empty string means no throttle */
1}},
3, /* ack timer */
3, /* nak timer */
Expand Down

0 comments on commit 2a024d8

Please sign in to comment.