fjpanag opened a new pull request, #1646:
URL: https://github.com/apache/nuttx-apps/pull/1646

   ## Summary
   
   `netutils/netinit.h` was always included unconditionaly, regardless whether 
it was needed or not.
   
   This causes some problems with projects without the need of netinit, or 
networking whatsoever.  
   Sometimes, the apps repo is used partially, netutils may not even be 
available.
   
   This PR makes sure that this file is included only when needed.
   
   ## Impact
   
   NSH can be build without dependency on netutils.
   
   ## Testing
   
   Build test.
   


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