Skip to content

Commit

Permalink
remove use_panic_handler
Browse files Browse the repository at this point in the history
  • Loading branch information
adryzz committed Feb 16, 2024
1 parent 9878b47 commit 3b897b9
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions ctru-rs/examples/wifi-info.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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");
Expand Down

0 comments on commit 3b897b9

Please sign in to comment.