hartmannathan opened a new pull request #625:
URL: https://github.com/apache/incubator-nuttx-apps/pull/625


   ## Summary
   
   - Fix printf() had "%d" but argument was int32_t by changing format string 
to "%ld" and casting the int32_t to long int for purposes of printing, to 
ensure portability.
   - Fix nxstyle errors.
   
   ## Impact
   
   Removes compiler warnings and nxstyle errors.
   
   ## Testing
   
   - build testing
   - nxstyle


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


Reply via email to