Skip to content

Commit

Permalink
Update examples/lock-app/silabs/include/LockManager.h
Browse files Browse the repository at this point in the history
Co-authored-by: Michael Rupp <[email protected]>
  • Loading branch information
lpbeliveau-silabs and mykrupp authored Oct 29, 2024
1 parent 4103b6e commit 7628514
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/lock-app/silabs/include/LockManager.h
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ class LockManager
private:
struct UnlatchContext
{
static constexpr uint8_t kMaxPinLenght = UINT8_MAX;
static constexpr uint8_t kMaxPinLength = UINT8_MAX;
uint8_t mPinBuffer[kMaxPinLenght];
size_t mPinLength;
chip::EndpointId mEndpointId;
Expand Down

0 comments on commit 7628514

Please sign in to comment.