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 2021/09/17 11:51:10 UTC

[GitHub] [incubator-nuttx-apps] jarivanewijk opened a new pull request #855: SLCAN: Fix incorrect format identifier in print function

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


   ## Summary
   
   Fixes an incorrect format identifier in print functions in the SLCAN code. The variable is of type unsigned long, but the identifier corresponds to a standard unsigned type (hexadecimal): %X needs to be changed to %lX to prevent a compiler warning.
   
   ## Impact
   
   This prevents a warning that for examiple causes this PR to fail the checks: https://github.com/apache/incubator-nuttx/pull/4560
   
   ## Testing
   
   Builds without warnings/errors now.
   


-- 
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: commits-unsubscribe@nuttx.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [incubator-nuttx-apps] xiaoxiang781216 merged pull request #855: SLCAN: Fix incorrect format identifier in print function

Posted by GitBox <gi...@apache.org>.
xiaoxiang781216 merged pull request #855:
URL: https://github.com/apache/incubator-nuttx-apps/pull/855


   


-- 
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: commits-unsubscribe@nuttx.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org