We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4011a27 commit d770b66Copy full SHA for d770b66
ctru-rs/examples/wifi-info.rs
@@ -5,8 +5,6 @@
5
use ctru::{prelude::*, services::ac::Ac};
6
7
fn main() {
8
- ctru::use_panic_handler();
9
-
10
let gfx = Gfx::new().expect("Couldn't obtain GFX controller");
11
let mut hid = Hid::new().expect("Couldn't obtain HID controller");
12
let apt = Apt::new().expect("Couldn't obtain APT controller");
0 commit comments