aboutsummaryrefslogtreecommitdiff
path: root/examples/teensy4_blinky/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'examples/teensy4_blinky/Cargo.toml')
-rw-r--r--examples/teensy4_blinky/Cargo.toml1
1 files changed, 1 insertions, 0 deletions
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]]