hujun260 commented on code in PR #14686:
URL: https://github.com/apache/nuttx/pull/14686#discussion_r1832479643


##########
sched/wqueue/kwork_thread.c:
##########
@@ -239,7 +240,7 @@ static int work_thread(int argc, FAR char *argv[])
  ****************************************************************************/
 
 static int work_thread_create(FAR const char *name, int priority,
-                              int stack_size,
+                              FAR void *stack_addr, int stack_size,

Review Comment:
   The functionality of static configuration in tcb is also acceptable. You can 
submit your modifications for review.



-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to