Skip to content

Commit 7628514

Browse files
Update examples/lock-app/silabs/include/LockManager.h
Co-authored-by: Michael Rupp <95718139+mykrupp@users.noreply.github.com>
1 parent 4103b6e commit 7628514

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/lock-app/silabs/include/LockManager.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ class LockManager
199199
private:
200200
struct UnlatchContext
201201
{
202-
static constexpr uint8_t kMaxPinLenght = UINT8_MAX;
202+
static constexpr uint8_t kMaxPinLength = UINT8_MAX;
203203
uint8_t mPinBuffer[kMaxPinLenght];
204204
size_t mPinLength;
205205
chip::EndpointId mEndpointId;

0 commit comments

Comments
 (0)