CV-Bowen commented on code in PR #6239: URL: https://github.com/apache/incubator-nuttx/pull/6239#discussion_r870441050
########## arch/arm/src/common/arm_createstack.c: ########## @@ -151,7 +151,8 @@ int up_create_stack(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 %" PRIu32 "\n", + stack_size); Review Comment: ack and done. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@nuttx.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org