Skip to content

Commit

Permalink
Fix #2116, Update comment re. limit of CFE_PLATFORM_SB_HIGHEST_VALID_…
Browse files Browse the repository at this point in the history
…MSGID
  • Loading branch information
thnkslprpt committed Jul 27, 2024
1 parent d0e9564 commit 171276e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions cmake/sample_defs/example_platform_cfg.h
Original file line number Diff line number Diff line change
Expand Up @@ -1145,8 +1145,7 @@
** this value is set the same across all mission platforms to avoid this complexity.
**
** \par Limits
** CFE_SB_INVALID_MSG is set to the maximum representable number of type CFE_SB_MsgId_t.
** CFE_PLATFORM_SB_HIGHEST_VALID_MSGID lower limit is 1, up to CFE_SB_INVALID_MSG_ID - 1.
** This parameter has a lower limit is 1, and an upper limit of 0xFFFFFFFE.
**
** When using the direct message map implementation for software bus routing, this
** value is used to size the map where a value of 0x1FFF results in a 16 KBytes map
Expand Down

0 comments on commit 171276e

Please sign in to comment.