test_mpool_api: fix variable type mismatches
This was reported by ISSM compiler. Jira: ZEP-1179 Change-Id: I5700ff6b374815325fa858cfd11f8938c82d8337 Signed-off-by: Jithu Joseph <jithu.joseph@intel.com>
This commit is contained in:
parent
d3455754d3
commit
ecba9dee51
1 changed files with 1 additions and 1 deletions
|
@ -120,7 +120,7 @@ void test_mpool_alloc_size(void)
|
|||
void test_mpool_alloc_timeout(void)
|
||||
{
|
||||
struct k_mem_block block[BLK_NUM_MIN], fblock;
|
||||
uint64_t tms;
|
||||
int64_t tms;
|
||||
|
||||
for (int i = 0; i < BLK_NUM_MIN; i++) {
|
||||
assert_equal(k_mem_pool_alloc(&kmpool, &block[i], BLK_SIZE_MIN,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue