Skip to content

Commit

Permalink
Update unit test stub (ARMmbed#101)
Browse files Browse the repository at this point in the history
  • Loading branch information
Arto Kinnunen authored Jun 20, 2018
1 parent 4091f1b commit fc7bec3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/coap-service/unittest/stub/nsdynmemLIB_stub.c
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,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 fc7bec3

Please sign in to comment.