From b2f8aefa5ea2613106fec12d0f24eff41e67f111 Mon Sep 17 00:00:00 2001 From: Lena Date: Sat, 25 Nov 2023 12:15:44 +0100 Subject: [PATCH] remove use_panic_handler --- ctru-rs/examples/wifi-info.rs | 2 -- 1 file changed, 2 deletions(-) diff --git a/ctru-rs/examples/wifi-info.rs b/ctru-rs/examples/wifi-info.rs index 36ed860..807ca19 100644 --- a/ctru-rs/examples/wifi-info.rs +++ b/ctru-rs/examples/wifi-info.rs @@ -5,8 +5,6 @@ use ctru::{prelude::*, services::ac::Ac}; fn main() { - ctru::use_panic_handler(); - let gfx = Gfx::new().expect("Couldn't obtain GFX controller"); let mut hid = Hid::new().expect("Couldn't obtain HID controller"); let apt = Apt::new().expect("Couldn't obtain APT controller");