-
Notifications
You must be signed in to change notification settings - Fork 34
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
conflicting declaration 'typedef volatile uint8_t RwReg' #15
Comments
I have the same issue. |
looks like anther variable conflict. Same thing here. |
Can we get some resolution here? |
Hello GreatHornedOwl, Cheers, Sturgeon637 |
Hi Sturgeon637, That worked, thanks a million! GreatHornedOwl |
Workaround does the trick 👍 , any idea if this can be fixed in any future Particle library update? |
When I get back to working on library stuff it will get fixed. |
Found a quick fix for this by renaming those conflicting variables, mind if I do a PR for review? Based it off this fork as that makes it compatible with Particle V2 library as well which should make it as little work as possible to publish afterwards :) https://github.com/ACamposPT/FastLED-Sparkcore Tested in build particle environment with firmware 0.6.2 (using internal repo publish) and both the AtmoOrbs work fine after flashing. |
Just committed if you want to take a peek: https://github.com/RickDB/FastLED-Sparkcore/tree/fix_variable_conflicts |
This was fixed in Particle Firmware 0.6.2 and was covered in the following thread. This issue can be closed. https://community.particle.io/t/fastled-not-compiling-to-photon/30031/25 |
Including FastLED from Particle Build now produces an error that it previously did not:
The text was updated successfully, but these errors were encountered: