Skip to content

Commit d770b66

Browse files
committed
remove use_panic_handler
1 parent 4011a27 commit d770b66

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

ctru-rs/examples/wifi-info.rs

-2
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,6 @@
55
use ctru::{prelude::*, services::ac::Ac};
66

77
fn main() {
8-
ctru::use_panic_handler();
9-
108
let gfx = Gfx::new().expect("Couldn't obtain GFX controller");
119
let mut hid = Hid::new().expect("Couldn't obtain HID controller");
1210
let apt = Apt::new().expect("Couldn't obtain APT controller");

0 commit comments

Comments
 (0)