Skip to content
Snippets Groups Projects
Commit 2ce8a8f3 authored by Per's avatar Per
Browse files

un-commented the panic handlers in Cargo.toml

parent ebed0a6f
No related branches found
No related tags found
No related merge requests found
......@@ -11,8 +11,8 @@ edition = "2018"
[dependencies]
panic-halt = "0.2"
# panic-semihosting = "0.5" # comment out for `cargo doc`
# panic-itm = "0.4.1" # comment out for `cargo doc`
panic-semihosting = "0.5" # comment out for `cargo doc`
panic-itm = "0.4.1" # comment out for `cargo doc`
cortex-m-semihosting = "0.3.5"
aligned = "0.3.2"
ufmt = "0.1.0"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment