mirror of
https://github.com/rtic-rs/rtic.git
synced 2025-12-18 22:05:37 +01:00
Use imxrt-uart-panic crate instead of custom panic handler
This commit is contained in:
parent
2fd3b3c404
commit
b5f9579b90
4 changed files with 17 additions and 45 deletions
|
|
@ -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]]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue