Skip to content

Commit

Permalink
Remove panic handler
Browse files Browse the repository at this point in the history
  • Loading branch information
Meziu committed Nov 22, 2023
1 parent 6899f70 commit 7e99463
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ctru-rs/examples/ir-user.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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());
Expand Down

0 comments on commit 7e99463

Please sign in to comment.