diff options
| author | Finomnis <finomnis@gmail.com> | 2023-11-04 00:04:19 +0100 |
|---|---|---|
| committer | Emil Fresk <emil.fresk@gmail.com> | 2023-11-08 19:43:09 +0000 |
| commit | b5f9579b90baf3d77ef942cf30a65fabfa73bb1d (patch) | |
| tree | 1b6466d078c0a95f2a5602eba718a2c0bca19bcd /examples/teensy4_blinky/Cargo.toml | |
| parent | 2fd3b3c4042dd7bffc5387f589a6aef3cf44a8cb (diff) | |
Use imxrt-uart-panic crate instead of custom panic handler
Diffstat (limited to 'examples/teensy4_blinky/Cargo.toml')
| -rw-r--r-- | examples/teensy4_blinky/Cargo.toml | 1 |
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]] |
