Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

drivers/sensors/isl29023.c: fix compilation error and warnings #5061

Merged
merged 1 commit into from Dec 23, 2021

Conversation

diegoherranz
Copy link
Contributor

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!

- "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
@xiaoxiang781216 xiaoxiang781216 merged commit e6bd444 into apache:master Dec 23, 2021
@diegoherranz diegoherranz deleted the isl29023 branch December 23, 2021 09:25
@jerpelea jerpelea added this to To-Add in Release Notes - 10.3.0 Mar 15, 2022
@jerpelea jerpelea moved this from To-Add to Minor in Release Notes - 10.3.0 Mar 17, 2022
@jerpelea jerpelea moved this from Minor to added in Release Notes - 10.3.0 Mar 24, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
No open projects
Development

Successfully merging this pull request may close these issues.

None yet

3 participants