Compare commits

..

1 commit

Author SHA1 Message Date
0f47b5a1fd Update Rust crate panic-probe to v1
Some checks failed
Gavania Merge Build / build (pull_request) Has been cancelled
2025-04-01 15:02:03 +00:00

View file

@ -19,7 +19,7 @@ defmt-rtt = "0.4"
cortex-m = { version = "0.7.7" }
cortex-m-rt = "0.7.3"
panic-probe = { version = "0.3", features = ["print-defmt"] }
panic-probe = { version = "1.0", features = ["print-defmt"] }
[features]
serial = []