Skip to content

Commit 8c03b52

Browse files
committed
[uxapp] Keep DelayLock for NBGL usecase
1 parent 7c3a007 commit 8c03b52

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
@@ -42,7 +42,7 @@ impl UxEvent {
4242
Self::ValidatePIN as u8
4343
}
4444
Self::DelayLock => {
45-
#[cfg(any(target_os = "nanox", target_os = "stax", target_os = "flex"))]
45+
#[cfg(any(target_os = "stax", target_os = "flex", feature = "nano_nbgl"))]
4646
{
4747
G_ux_params.u.lock_delay.delay_ms = 10000;
4848
}

0 commit comments

Comments
 (0)