From 126193ea63348e210900f1b4c6b6d7c88cf91344 Mon Sep 17 00:00:00 2001
From: jsjolund <j.sjolund@gmail.com>
Date: Fri, 22 Dec 2017 13:58:06 +0100
Subject: [PATCH] Add cortex-m-debug for itm print

---
 Cargo.toml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/Cargo.toml b/Cargo.toml
index 3cb2cf3..f4e5d76 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -12,6 +12,9 @@ version = "0.1.0"
 [dependencies]
 static-ref = "0.2.0"
 
+[dependencies.cortex-m-debug]
+git = "https://gitlab.henriktjader.com/pln/cortex-m-debug.git"
+
 [dependencies.cast]
 default-features = false
 version = "0.2.2"
-- 
GitLab