Skip to content

Commit

Permalink
Fix ns_dyn_mem_init stub
Browse files Browse the repository at this point in the history
Change-Id: I8abe7c5a9f34acd1e7c9ab3f903fe8ad4c36dca8
  • Loading branch information
Juha Heiskanen authored and juhhei01 committed Jun 25, 2018
1 parent 33398ef commit 0215058
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/nanostack/unittest/stub/nsdynmemLIB_stub.c
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ void ns_dyn_mem_init(uint8_t *heap, uint16_t h_size, void (*passed_fptr)(heap_fa
{
}
#else
void ns_dyn_mem_init(void *heap, uint16_t h_size, void (*passed_fptr)(heap_fail_t), mem_stat_t *info_ptr)
void ns_dyn_mem_init(void *heap, ns_mem_heap_size_t h_size, void (*passed_fptr)(heap_fail_t), mem_stat_t *info_ptr)
{
}
#endif
Expand Down

0 comments on commit 0215058

Please sign in to comment.