From b5f9579b90baf3d77ef942cf30a65fabfa73bb1d Mon Sep 17 00:00:00 2001 From: Finomnis Date: Sat, 4 Nov 2023 00:04:19 +0100 Subject: Use imxrt-uart-panic crate instead of custom panic handler --- examples/teensy4_blinky/Cargo.toml | 1 + 1 file changed, 1 insertion(+) (limited to 'examples/teensy4_blinky/Cargo.toml') diff --git a/examples/teensy4_blinky/Cargo.toml b/examples/teensy4_blinky/Cargo.toml index 800ad58..a81a155 100644 --- a/examples/teensy4_blinky/Cargo.toml +++ b/examples/teensy4_blinky/Cargo.toml @@ -32,6 +32,7 @@ imxrt-log = { version = "0.1.1", default-features = false, features = [ "lpuart", ] } log = "0.4.20" +imxrt-uart-panic = "0.1.1" # this lets you use `cargo fix`! [[bin]] -- cgit v1.2.3