From 8773e5b4088c19474a3874f0aadbad42e71b1988 Mon Sep 17 00:00:00 2001 From: Dylan Knutson Date: Mon, 22 Dec 2025 21:50:04 -0800 Subject: [PATCH] Update embedded-can Cargo.toml --- embedded-can/Cargo.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/embedded-can/Cargo.toml b/embedded-can/Cargo.toml index 7a638db0..3833dc31 100644 --- a/embedded-can/Cargo.toml +++ b/embedded-can/Cargo.toml @@ -15,3 +15,6 @@ repository = "https://github.com/rust-embedded/embedded-hal" [dependencies] nb = "1" defmt = { version = "1", optional = true } + +[features] +defmt = ["dep:defmt"]