From 7e99463048c8ffc94928eb82dd77460b77c45211 Mon Sep 17 00:00:00 2001 From: Andrea Ciliberti Date: Wed, 22 Nov 2023 21:00:34 +0100 Subject: [PATCH] Remove panic handler --- ctru-rs/examples/ir-user.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/ctru-rs/examples/ir-user.rs b/ctru-rs/examples/ir-user.rs index bbe2c08..075569b 100644 --- a/ctru-rs/examples/ir-user.rs +++ b/ctru-rs/examples/ir-user.rs @@ -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());