From 29c1fd409ca456718a5023a6244c82f3e14ba2a8 Mon Sep 17 00:00:00 2001 From: Shantanu Date: Thu, 25 Aug 2022 01:27:36 +0530 Subject: [PATCH] added rtt_target crate --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 7a5eda6..aaf850d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,7 +11,7 @@ embedded-hal = "0.2.7" cortex-m = "0.7" heapless = {version = "0.7", optional =true} panic-probe = { version = "0.2", features = ["print-rtt"] } - +rtt-target = { version = "0.3.1", features = ["cortex-m"] } [dev-dependencies] cortex-m-rt = ">=0.6.15, <0.8"