Skip to content

Commit

Permalink
Merge pull request #1809 from jphickey/fix-1807-sb-pool-maxsize
Browse files Browse the repository at this point in the history
Fix #1807, increase SB pool max size bucket
  • Loading branch information
astrogeco authored Aug 18, 2021
2 parents 47eb39d + 25ead32 commit e3b1707
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/sample_defs/cpu1_platform_cfg.h
Original file line number Diff line number Diff line change
Expand Up @@ -302,7 +302,7 @@
#define CFE_PLATFORM_SB_MEM_BLOCK_SIZE_14 8192
#define CFE_PLATFORM_SB_MEM_BLOCK_SIZE_15 16384
#define CFE_PLATFORM_SB_MEM_BLOCK_SIZE_16 32768
#define CFE_PLATFORM_SB_MAX_BLOCK_SIZE (CFE_MISSION_SB_MAX_SB_MSG_SIZE + 40)
#define CFE_PLATFORM_SB_MAX_BLOCK_SIZE (CFE_MISSION_SB_MAX_SB_MSG_SIZE + 128)

/**
** \cfetimecfg Time Server or Time Client Selection
Expand Down

0 comments on commit e3b1707

Please sign in to comment.