From a4657e202f9320624fbd7e0535808c389e4ff6be Mon Sep 17 00:00:00 2001 From: doryan Date: Fri, 25 Apr 2025 13:46:42 +0400 Subject: [PATCH] feat(feature): add sparkfun-promicro feature --- Cargo.toml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 8e0a654..f1a1b8f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,11 +6,13 @@ edition = "2021" [dependencies.arduino-hal] git = "https://github.com/rahix/avr-hal" rev = "3e362624547462928a219c40f9ea8e3a64f21e5f" -features = ["sparkfun-promicro"] [dependencies.static_pins] git = "https://gitea.doryan04.ru/TheEmbeddedRust/static_pins" +[features] +sparkfun-promicro = ["arduino-hal/sparkfun-promicro", "static_pins/sparkfun-promicro"] + [dependencies.avr-device] version = "0.5.4"