From 684db0a57b5b7db0af0e475e7b2e1db60998cec3 Mon Sep 17 00:00:00 2001 From: Robin Mueller Date: Wed, 8 Apr 2026 16:42:52 +0200 Subject: [PATCH] feature tweak for the VA108xx HAL --- va108xx/va108xx-hal/Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/va108xx/va108xx-hal/Cargo.toml b/va108xx/va108xx-hal/Cargo.toml index 3852e5b..2ebd64d 100644 --- a/va108xx/va108xx-hal/Cargo.toml +++ b/va108xx/va108xx-hal/Cargo.toml @@ -15,7 +15,7 @@ cortex-m = { version = "0.7", features = ["critical-section-single-core"]} vorago-shared-hal = { version = "0.2", path = "../../vorago-shared-hal", features = ["vor1x"] } fugit = "0.3" thiserror = { version = "2", default-features = false } -va108xx = { version = "0.6", path = "../va108xx", default-features = false, features = ["critical-section", "defmt"] } +va108xx = { version = "0.6", path = "../va108xx", default-features = false, features = ["critical-section"] } defmt = { version = "1", optional = true } [target.'cfg(all(target_arch = "arm", target_os = "none"))'.dependencies] @@ -26,7 +26,7 @@ portable-atomic = "1" [features] default = ["rt"] rt = ["va108xx/rt"] -defmt = ["dep:defmt", "vorago-shared-hal/defmt"] +defmt = ["dep:defmt", "vorago-shared-hal/defmt", "va108xx/defmt"] [package.metadata.docs.rs] all-features = true -- 2.43.0