Skip to content

Commit 4ab1e3a

Browse files
committed
Nano devices: BAGL usecase
1 parent 80c6512 commit 4ab1e3a

File tree

1 file changed

+1
-2
lines changed
  • ledger_device_sdk/src

1 file changed

+1
-2
lines changed

ledger_device_sdk/src/io.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -416,10 +416,9 @@ impl Comm {
416416
ux_process_default_event();
417417
}
418418
#[cfg(any(target_os = "nanox", target_os = "nanosplus"))]
419-
{
419+
if !cfg!(feature = "nano_nbgl") {
420420
crate::uxapp::UxEvent::Event.request();
421421
}
422-
423422
}
424423
}
425424
None

0 commit comments

Comments
 (0)