masc2008 opened a new pull request, #18488:
URL: https://github.com/apache/nuttx/pull/18488

   It's a more friendly when output cmd in hex mode, since it's defined like: 
0x7xx
   
   *Note: Please adhere to [Contributing 
Guidelines](https://github.com/apache/nuttx/blob/master/CONTRIBUTING.md).*
   
   ## Summary
   
   when enable ninfo, the previous info is like:
          netdev_ifr_ioctl cmd: 1803
          netdev_ifr_ioctl cmd: 1805
   
   it need a calculator to change it hex mode when debug the ioctls, so just 
make it easier when debug.
    
   ## Impact
   
   Just a log.
   
   ## Testing
   old log: 
         netdev_ifr_ioctl cmd: 1803
         netdev_ifr_ioctl cmd: 1805
    
   new log: 
         netdev_ifr_ioctl cmd: 0x070b
         netdev_ifr_ioctl cmd: 0x070d
   


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