You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by GitBox <gi...@apache.org> on 2020/09/25 13:48:57 UTC

[GitHub] [incubator-nuttx] davids5 commented on a change in pull request #1886: Allows network monitoring (apps repo) using polling and allows the board to provide the IP config at runtime.

davids5 commented on a change in pull request #1886:
URL: https://github.com/apache/incubator-nuttx/pull/1886#discussion_r494993053



##########
File path: include/sys/boardctl.h
##########
@@ -201,20 +208,21 @@
 #define BOARDIOC_INIT              _BOARDIOC(0x0001)
 #define BOARDIOC_FINALINIT         _BOARDIOC(0x0002)
 #define BOARDIOC_POWEROFF          _BOARDIOC(0x0003)
-#define BOARDIOC_RESET             _BOARDIOC(0x0004)

Review comment:
       @acassis - Good point, I never considered that we have binary comparability across releases. 
   
   Done, rebased and force pushed.




----------------------------------------------------------------
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:
users@infra.apache.org