Skip to content

Commit b44e965

Browse files
committed
Update after Copilot PR review
1 parent b9ea628 commit b44e965

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ledger_device_sdk/src/uxapp.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ pub enum UxEvent {
2121
Keyboard = BOLOS_UX_KEYBOARD,
2222
WakeUp = BOLOS_UX_WAKE_UP,
2323
ValidatePIN = BOLOS_UX_VALIDATE_PIN,
24-
LastID,
24+
LastID = BOLOS_UX_VALIDATE_PIN + 1,
2525
}
2626

2727
impl UxEvent {

0 commit comments

Comments
 (0)