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/12/22 19:13:10 UTC

[GitHub] [incubator-nuttx] diegoherranz opened a new pull request #5061: drivers/sensors/isl29023.c: fix compilation error and warnings

diegoherranz opened a new pull request #5061:
URL: https://github.com/apache/incubator-nuttx/pull/5061


   ## Summary
   compilation error and warnings for isl29023 sensor driver
   
   ## Impact
   - "op_mode" instead of "mode" (compilation error)
   - CONFIG_ISL29023_I2C_FREQUENCY instead of CONFIG_LM75_I2C_FREQUENCY (probably a leftover)
   - Fix a couple of format warnings: now using PRIu32
   - Also minor comment changes
   
   ## Testing
   Tested on real hardware (custom board)
   
   Thanks!
   
   


-- 
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] xiaoxiang781216 merged pull request #5061: drivers/sensors/isl29023.c: fix compilation error and warnings

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


   


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