From 731c428ad0c3bad3d5812e535193930811dce00d Mon Sep 17 00:00:00 2001 From: Robert Zieba Date: Mon, 27 Jan 2025 12:35:26 -0700 Subject: [PATCH] Fixed default features --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 6ba0aec..a7503d3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,5 +8,5 @@ defmt = { version = "0.3", optional = true } embedded-hal-async = "1.0.0" [features] -default = ["defmt"] +default = [] defmt = ["dep:defmt"]