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

Added packed attributes to cRGB structs #108

Merged
merged 1 commit into from
Sep 11, 2024

Conversation

MatejKocourek
Copy link
Contributor

The project worked even before, but only because the compiler decided not to put any padding in the structures. It is better to require this for structures that rely on their member variables to be packed together (cRGB).

@cpldcpu
Copy link
Owner

cpldcpu commented Sep 11, 2024

thank you, that looks very sensible. Merged!

@cpldcpu cpldcpu merged commit 0a44f05 into cpldcpu:master Sep 11, 2024
1 check passed
@MatejKocourek MatejKocourek deleted the attribute_fix branch September 12, 2024 09:09
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