We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
This lib is having problem compiling in stm32ide. Two errors
initialization discards 'volatile' qualifier from pointer target type [-Wdiscarded-qualifiers]
'ws2812b_set_pixel' declared 'static' but never defined [-Wunused-function]
The text was updated successfully, but these errors were encountered:
See https://stackoverflow.com/questions/24515505/assignment-discards-volatile-qualifier-from-pointer-target-type and https://stackoverflow.com/questions/15681442/function-declared-static-but-never-defined
These topics should be enough to fix your problems.
Sorry, something went wrong.
No branches or pull requests
This lib is having problem compiling in stm32ide. Two errors
initialization discards 'volatile' qualifier from pointer target type [-Wdiscarded-qualifiers]
'ws2812b_set_pixel' declared 'static' but never defined [-Wunused-function]
The text was updated successfully, but these errors were encountered: