Use imxrt-uart-panic crate instead of custom panic handler

This commit is contained in:
Finomnis 2023-11-04 00:04:19 +01:00 committed by Emil Fresk
parent 2fd3b3c404
commit b5f9579b90
4 changed files with 17 additions and 45 deletions

View file

@ -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]]