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

Remove unnecessary dependence on micros() for neopixel libs #333

Merged
merged 1 commit into from
Feb 23, 2021

Conversation

SpenceKonde
Copy link
Owner

in the cases where we don;t have micros(), we now issue warning, and we now correctly include rtc millis cases, where they were previously not checked for.

in the cases where we don;t have micros(), we now issue warning, and we now correctly include rtc millis cases, where they were previously not checked for.
@SpenceKonde
Copy link
Owner Author

Issue raised in #158 - this change is in both branches.

@SpenceKonde SpenceKonde merged commit b300add into master Feb 23, 2021
@ArnieO
Copy link

ArnieO commented Feb 24, 2021

Tried the update now.
Is there an extra ')' at the end of that line?
image

SpenceKonde added a commit that referenced this pull request Feb 24, 2021
Static had an extra close paren, whilethe non-static one was missing a close paren for a defined()..... #333
@SpenceKonde
Copy link
Owner Author

Yup. Static had an extra close paren, non-static missing one, and I didn't bother to check the CI results. Terribad!

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