xiaoxiang781216 commented on pull request #1341: URL: https://github.com/apache/incubator-nuttx/pull/1341#issuecomment-652173833
@patacongo to indicate nxtask_startup isn't used in KERNEL build, I add the guard like this: ``` #ifndef CONFIG_BUILD_KERNEL void nxtask_startup(main_t entrypt, int argc, FAR char *argv[]); #endif ``` ---------------------------------------------------------------- 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]
