Skip to content

Commit

Permalink
Fix nasa#313, removes CF_CONFIG_TLM_MID from cf_msgids.h
Browse files Browse the repository at this point in the history
  • Loading branch information
chillfig committed Aug 18, 2022
1 parent 8053882 commit 698bdf4
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions fsw/platform_inc/cf_msgids.h
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,8 @@
* \{
*/

#define CF_HK_TLM_MID (0x08B0) /**< \brief Message ID for housekeeping telemetry */
#define CF_CONFIG_TLM_MID (0x08B2) /**< \brief Message ID for configuration telemetry */
#define CF_EOT_TLM_MID (0x08B3) /**< \brief Message ID for end of transaction telemetry */
#define CF_HK_TLM_MID (0x08B0) /**< \brief Message ID for housekeeping telemetry */
#define CF_EOT_TLM_MID (0x08B3) /**< \brief Message ID for end of transaction telemetry */

/**\}*/

Expand Down

0 comments on commit 698bdf4

Please sign in to comment.