From 2ce8a8f346e96bf7a06225abff8bd65c2223d9cc Mon Sep 17 00:00:00 2001 From: Per <Per Lindgren> Date: Wed, 19 Feb 2020 15:10:05 +0100 Subject: [PATCH] un-commented the panic handlers in Cargo.toml --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index ca8add1..ff1c334 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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" -- GitLab