diff --git a/Cargo.toml b/Cargo.toml index 203d29c..40b99da 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,11 +9,13 @@ smart-leds = "0.4.0" [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"