mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-07-04 12:50:36 +08:00
Memory pool block size fixed to 48 bytes
This commit is contained in:
@@ -66,7 +66,7 @@ namespace uavcan
|
||||
#if UAVCAN_MEM_POOL_BLOCK_SIZE
|
||||
enum { MemPoolBlockSize = UAVCAN_MEM_POOL_BLOCK_SIZE };
|
||||
#else
|
||||
enum { MemPoolBlockSize = 32 + sizeof(void*) * 2 };//!< MemPoolBlockSize
|
||||
enum { MemPoolBlockSize = 48 };
|
||||
#endif
|
||||
|
||||
enum { MemPoolAlignment = 8 };
|
||||
|
||||
Reference in New Issue
Block a user