From 171276e35d1d59a649712c077925e224d154392a Mon Sep 17 00:00:00 2001 From: Avi Weiss Date: Sat, 27 Jul 2024 11:14:44 +0200 Subject: [PATCH] Fix #2116, Update comment re. limit of CFE_PLATFORM_SB_HIGHEST_VALID_MSGID --- cmake/sample_defs/example_platform_cfg.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/cmake/sample_defs/example_platform_cfg.h b/cmake/sample_defs/example_platform_cfg.h index 5e2d6d278..cad7a7e90 100644 --- a/cmake/sample_defs/example_platform_cfg.h +++ b/cmake/sample_defs/example_platform_cfg.h @@ -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