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 35e29a7 commit 1198252Copy full SHA for 1198252
src/app_ui/menu.rs
@@ -23,7 +23,7 @@ use ledger_device_sdk::nbgl::{NbglGlyph, NbglHomeAndSettings};
23
24
pub fn ui_menu_main(_: &mut Comm) -> NbglHomeAndSettings {
25
// Load glyph from 64x64 4bpp gif file with include_gif macro. Creates an NBGL compatible glyph.
26
- #[cfg(any(target_os = "apex_p"))]
+ #[cfg(target_os = "apex_p")]
27
const FERRIS: NbglGlyph = NbglGlyph::from_include(include_gif!("crab_48x48.png", NBGL));
28
#[cfg(any(target_os = "stax", target_os = "flex"))]
29
const FERRIS: NbglGlyph = NbglGlyph::from_include(include_gif!("crab_64x64.gif", NBGL));
0 commit comments