patacongo opened a new pull request #1123:
URL: https://github.com/apache/incubator-nuttx/pull/1123


   ##  Summary
   
   -Move task_init() and task_activate() prototypes from include/sched.h to 
include/nuttx/sched.h.  These are internal OS functions and should not be 
exposed to the user.
   -Remove references to task_init() and task_activate() from the User Manual.
   -Rename task_init() to nxtask_init() since since it is an OS internal 
function
   -Rename task_activate() to nxtask_activate since it is an OS internal 
function
   
   ## Impact
   
   None hopefully
   
   ## Testing
   
   sim:nsh
   
   


----------------------------------------------------------------
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.

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


Reply via email to