From 3313de6a5b59f93e682aacbc2fb537252fc4f99c Mon Sep 17 00:00:00 2001 From: Michael Zill Date: Sun, 1 Sep 2024 11:12:20 +0200 Subject: [PATCH] Remove default feature rp235x from rtic-monotonics --- rtic-monotonics/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rtic-monotonics/Cargo.toml b/rtic-monotonics/Cargo.toml index 029511e0376c..7eafdd73e371 100644 --- a/rtic-monotonics/Cargo.toml +++ b/rtic-monotonics/Cargo.toml @@ -73,7 +73,7 @@ stm32-metapac = { version = "15.0.0", default-features = false, features = [ ], optional = true } [features] -default = ["rp235x"] +default = [] defmt = ["fugit/defmt"] # Systick on Cortex-M, default 1 kHz