Skip to content

Commit

Permalink
Add NBGL generic review.
Browse files Browse the repository at this point in the history
  • Loading branch information
agrojean-ledger committed Jun 19, 2024
1 parent 42036eb commit 4c607c6
Show file tree
Hide file tree
Showing 3 changed files with 590 additions and 6 deletions.
2 changes: 2 additions & 0 deletions ledger_device_sdk/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ pub mod seph;

pub mod testing;

extern crate alloc;

#[cfg(any(target_os = "stax", target_os = "flex"))]
pub mod nbgl;
#[cfg(not(any(target_os = "stax", target_os = "flex")))]
Expand Down
Loading

0 comments on commit 4c607c6

Please sign in to comment.