Donny9 commented on code in PR #6665: URL: https://github.com/apache/incubator-nuttx/pull/6665#discussion_r928640248
########## arch/arm/src/common/arm_checkstack.c: ########## @@ -209,12 +209,12 @@ ssize_t up_check_tcbstack_remain(struct tcb_s *tcb) size_t up_check_stack(void) { - return up_check_tcbstack(this_task()); + return up_check_tcbstack(running_task()); Review Comment: Done! patch 1 -- 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