mzanders opened a new pull request, #18415: URL: https://github.com/apache/nuttx/pull/18415
rptun.c calls nxsched_waitpid(). Make the dependency explicit to avoid build issues. ## Summary Using RPTUN requires manual selection of SCHED_WAITPID which is not obvious. Automate this through Kconfig. ## Impact None. Build fails when not SCHED_WAITPID selected in defconfig. ## Testing This is a trivial change. Build rptun without SCHED_WAITPID > fails. With fix, regenerate .config and build succeeds. -- 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]
