Skip to content

Used wrong variable name for IOCON #67

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

Merged
merged 2 commits into from
Jul 19, 2021
Merged

Conversation

c0redumb
Copy link
Contributor

  • Describe the scope of your change--i.e. what the change does and what parts
    of the code were modified.
    This will help us understand any risks of integrating
    the code.

The variable name used in setupInterrupts() is incorrect. Probably a mistake from copy/paste. There is no impact on the correctness of the code, but it is nice to have the proper variable name.

  • Describe any known limitations with your change. For example if the change
    doesn't apply to a supported platform of the library please mention it.

No concerns.

  • Please run any tests or examples that can exercise your modified code. We
    strive to not break users of the code and running tests/examples helps with this
    process.

Tested and working.

@ladyada ladyada requested a review from caternuson July 18, 2021 05:30
@caternuson
Copy link
Contributor

Yah, probably copy pasta. Thanks for the cleanup. Do you know how to run clang-format to pass the CI checks?

@c0redumb
Copy link
Contributor Author

No idea how to run the clang-format on this Windows machine, but it looks like there are a couple of extra spaces. I got that fixed. If it still fails CI, I will figure out the clang-format.

@caternuson
Copy link
Contributor

Yep. Looks good. Thanks!

@caternuson caternuson merged commit b3caf82 into adafruit:master Jul 19, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants