From d5ab7811d95e590b435ceb260a4b0b805c020f9a Mon Sep 17 00:00:00 2001 From: Robin Mueller Date: Fri, 19 Nov 2021 12:00:48 +0100 Subject: [PATCH] added RT feature flag --- .vscode/tasks.json | 1 + va108xx-hal-rs | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.vscode/tasks.json b/.vscode/tasks.json index 78a674d..979a1a4 100644 --- a/.vscode/tasks.json +++ b/.vscode/tasks.json @@ -21,6 +21,7 @@ "command": "~/.cargo/bin/cargo", // note: full path to the cargo "args": [ "build", "-p", "va108xx-hal", "--example", "tests", + "--features", "rt" ], "group": { "kind": "build", diff --git a/va108xx-hal-rs b/va108xx-hal-rs index cc63545..f8ddcfa 160000 --- a/va108xx-hal-rs +++ b/va108xx-hal-rs @@ -1 +1 @@ -Subproject commit cc635457d0d75296fcb46d2b9884d9dae72fe429 +Subproject commit f8ddcfa541eb10076f533234d8cb185a7897c014