Use panic-probe instead of a custom panic handler

This commit is contained in:
Jonas Schievink
2020-08-31 16:01:57 +02:00
parent cab03b1ab1
commit 2e4c43d908
2 changed files with 5 additions and 18 deletions
+4
View File
@@ -13,6 +13,10 @@ branch = "main"
git = "https://github.com/knurling-rs/defmt"
branch = "main"
[dependencies.panic-probe]
git = "https://github.com/knurling-rs/probe-run"
branch = "main"
[dependencies]
cortex-m = "0.6.3"
cortex-m-rt = "0.6.12"