Skip to content

Commit

Permalink
Fix nasa#707, Resolve highest MsgID of 0xFFFF bug
Browse files Browse the repository at this point in the history
Changes Message Key from uint16 to uint32 to avoid rollover
  • Loading branch information
skliper committed May 16, 2020
1 parent 95f34d2 commit 49fab4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fsw/cfe-core/src/sb/cfe_sb_priv.h
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@
** be used directly, except by internal table lookups.
**
*/
typedef uint16 CFE_SB_MsgKey_Atom_t;
typedef uint32 CFE_SB_MsgKey_Atom_t;

/******************************************************************************
** Typedef: CFE_SB_MsgKey_t
Expand Down

0 comments on commit 49fab4b

Please sign in to comment.