tests: mem_pool_threadsafe: fix code style
Signed-off-by: Anas Nashif <anas.nashif@intel.com>
This commit is contained in:
parent
b787eff65b
commit
27f32b9d56
2 changed files with 5 additions and 5 deletions
|
@ -48,7 +48,7 @@ K_MEM_POOL_DEFINE(mpool1, BLK_SIZE_MIN, BLK_SIZE_MAX, BLK_NUM_MAX, BLK_ALIGN);
|
|||
K_MEM_POOL_DEFINE(mpool2, BLK_SIZE_MIN, BLK_SIZE_MAX, BLK_NUM_MAX, BLK_ALIGN);
|
||||
static K_THREAD_STACK_ARRAY_DEFINE(tstack, THREAD_NUM, STACK_SIZE);
|
||||
static struct k_thread tdata[THREAD_NUM];
|
||||
static struct k_mem_pool *pools[POOL_NUM] = {&mpool1, &mpool2};
|
||||
static struct k_mem_pool *pools[POOL_NUM] = { &mpool1, &mpool2 };
|
||||
static struct k_sem sync_sema;
|
||||
static atomic_t pool_id;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue