Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
nimble/porting: Fix OS_MEMPOOL_SIZE() macro
The OS_MEMPOOL_SIZE() macro returns an invalid size when guards are used (an additional 4 bytes must be reserved for each block, which is not done at the moment). Correct this in line with the macro defined in mynewt core.
- Loading branch information