Skip to content

Commit fc7bec3

Browse files
author
Arto Kinnunen
authored
Update unit test stub (ARMmbed#101)
1 parent 4091f1b commit fc7bec3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/coap-service/unittest/stub/nsdynmemLIB_stub.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ void ns_dyn_mem_init(uint8_t *heap, uint16_t h_size, void (*passed_fptr)(heap_fa
3030
{
3131
}
3232
#else
33-
void ns_dyn_mem_init(void *heap, uint16_t h_size, void (*passed_fptr)(heap_fail_t), mem_stat_t *info_ptr)
33+
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)
3434
{
3535
}
3636
#endif

0 commit comments

Comments
 (0)