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
Had been using raw uint16_t in places in SDK, but there was added a PasscodeId type in PasscodeId.h, so switch to using that where appropriate.
The text was updated successfully, but these errors were encountered:
Use PasscodeId in NodeId functions
0b958df
Instead of underlying uint16_t type. Part of issue project-chip#14439
@emargolis did most of this in PR #14799 PR #14960 just gets a few of the conversion functions in NodeId.h and I think that's the last of them.
Sorry, something went wrong.
Use PasscodeId in NodeId functions (#14960)
21aa882
Instead of underlying uint16_t type. Part of issue #14439
All done now.
mlepage-google
No branches or pull requests
Had been using raw uint16_t in places in SDK, but there was added a PasscodeId type in PasscodeId.h, so switch to using that where appropriate.
The text was updated successfully, but these errors were encountered: