arch/renesas/src/common/up_createstack.c: Fix a syslog format
This commit is contained in:
parent
e7389c8ef2
commit
0a4ee70f39
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue