arch/renesas/src/common/up_createstack.c: Fix a syslog format

This commit is contained in:
YAMAMOTO Takashi 2020-12-05 14:20:02 +09:00 committed by Xiang Xiao
parent e7389c8ef2
commit 0a4ee70f39

View file

@ -180,7 +180,7 @@ int up_create_stack(FAR struct tcb_s *tcb, size_t stack_size, uint8_t ttype)
if (!tcb->stack_alloc_ptr)
{
serr("ERROR: Failed to allocate stack, size %d\n", stack_size);
serr("ERROR: Failed to allocate stack, size %zd\n", stack_size);
}
#endif
}