Skip to content

Commit

Permalink
Merge pull request nasa#177 from jphickey/fix-36-missing-purge-cc
Browse files Browse the repository at this point in the history
Fix nasa#36, add CF_PURGE_QUEUE_CC
  • Loading branch information
astrogeco authored Jan 18, 2022
2 parents a590eeb + b4b669d commit d597c45
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions fsw/src/cf_msg.h
Original file line number Diff line number Diff line change
Expand Up @@ -152,6 +152,7 @@ typedef enum
CF_ENABLE_DIR_POLLING_CC = 18,
CF_DISABLE_DIR_POLLING_CC = 19,
CF_DELETE_QUEUE_NODE_CC = 20,
CF_PURGE_QUEUE_CC = 21,
CF_ENABLE_ENGINE_CC = 22,
CF_DISABLE_ENGINE_CC = 23,
CF_NUM_COMMANDS = 24,
Expand Down

0 comments on commit d597c45

Please sign in to comment.