From ca5742714b853fa0722eacd7684c4f8700fc8cf2 Mon Sep 17 00:00:00 2001 From: Robin Mueller Date: Tue, 22 Jul 2025 09:46:29 +0200 Subject: [PATCH] add missing feature --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 9471960..4121c1a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -37,7 +37,7 @@ embassy-time-queue-utils = "0.1" once_cell = { version = "1", default-features = false, features = ["critical-section"] } [features] -vor1x = ["_family-selected", "dep:va108xx"] +vor1x = ["_family-selected", "dep:va108xx", "portable-atomic/unsafe-assume-single-core"] vor4x = ["_family-selected", "dep:va416xx"] va41628 = [] defmt = ["dep:defmt", "arbitrary-int/defmt", "fugit/defmt", "embedded-hal/defmt-03"]