From 5f8e4b1223a9d1cb72561dfa61b239520a06197a Mon Sep 17 00:00:00 2001 From: Mirabellensaft Date: Tue, 21 Feb 2023 13:50:36 +0100 Subject: [PATCH] correct dir name --- down-the-stack/apps/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/down-the-stack/apps/Cargo.toml b/down-the-stack/apps/Cargo.toml index 4dd8f81..6449d12 100644 --- a/down-the-stack/apps/Cargo.toml +++ b/down-the-stack/apps/Cargo.toml @@ -8,7 +8,7 @@ version = "0.0.0" [dependencies] cortex-m = {version = "0.7.6", features = ["critical-section-single-core"]} cortex-m-rt = "0.7.2" -dk_template = { path = "../dk_bsc" } +dk_bsc = { path = "../dk_bsc" } heapless = "0.7.16" panic-probe = { version = "0.3.0", features = ["print-defmt"] } defmt = "0.3.2"