-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
Fix bitmap in clusterObject which should directly use mask instead asOffset #11816
Fix bitmap in clusterObject which should directly use mask instead asOffset #11816
Conversation
PR #11816: Size comparison from 1903401 to 1ef61d3 Full report (38 builds for efr32, esp32, k32w, linux, mbed, nrfconnect, p6, qpg, telink)
|
Commit seem good, but how was this working before? I don't see behaviour change in the use of enum values to bitmaps |
currently no active example is using bitmap from cluster object, we would add the first soon...that is why we found this issue. |
-- cluster object should use mask value directly, then it can be used for bitflags.
1ef61d3
to
e07815c
Compare
PR #11816: Size comparison from 75dce31 to e07815c Full report (38 builds for efr32, esp32, k32w, linux, mbed, nrfconnect, p6, qpg, telink)
|
Problem
Fix bitmap in clusterObject which should directly use mask instead of asOffset..
Change overview
See above
Testing
Compilation