Browse Source

Remove panic handler

pull/86/head
Andrea Ciliberti 1 year ago
parent
commit
7e99463048
  1. 1
      ctru-rs/examples/ir-user.rs

1
ctru-rs/examples/ir-user.rs

@ -15,7 +15,6 @@ const CPP_CONNECTION_POLLING_PERIOD_MS: u8 = 0x08; @@ -15,7 +15,6 @@ const CPP_CONNECTION_POLLING_PERIOD_MS: u8 = 0x08;
const CPP_POLLING_PERIOD_MS: u8 = 0x32;
fn main() {
ctru::use_panic_handler();
let apt = Apt::new().unwrap();
let gfx = Gfx::new().unwrap();
let top_console = Console::new(gfx.top_screen.borrow_mut());

Loading…
Cancel
Save