Skip to content

Commit 98c769e

Browse files
committed
Exclude NBGL GenericReview usecase for Nanos
1 parent 94fb4ba commit 98c769e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

ledger_device_sdk/src/nbgl.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ use ledger_secure_sdk_sys::*;
1010

1111
pub mod nbgl_address_review;
1212
pub mod nbgl_choice;
13+
#[cfg(any(target_os = "stax", target_os = "flex"))]
1314
pub mod nbgl_generic_review;
1415
pub mod nbgl_home_and_settings;
1516
pub mod nbgl_review;
@@ -20,6 +21,7 @@ pub mod nbgl_streaming_review;
2021

2122
pub use nbgl_address_review::*;
2223
pub use nbgl_choice::*;
24+
#[cfg(any(target_os = "stax", target_os = "flex"))]
2325
pub use nbgl_generic_review::*;
2426
pub use nbgl_home_and_settings::*;
2527
pub use nbgl_review::*;

0 commit comments

Comments
 (0)