We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 94fb4ba commit 98c769eCopy full SHA for 98c769e
ledger_device_sdk/src/nbgl.rs
@@ -10,6 +10,7 @@ use ledger_secure_sdk_sys::*;
10
11
pub mod nbgl_address_review;
12
pub mod nbgl_choice;
13
+#[cfg(any(target_os = "stax", target_os = "flex"))]
14
pub mod nbgl_generic_review;
15
pub mod nbgl_home_and_settings;
16
pub mod nbgl_review;
@@ -20,6 +21,7 @@ pub mod nbgl_streaming_review;
20
21
22
pub use nbgl_address_review::*;
23
pub use nbgl_choice::*;
24
25
pub use nbgl_generic_review::*;
26
pub use nbgl_home_and_settings::*;
27
pub use nbgl_review::*;
0 commit comments