From af31fbe800c5de1d9372389f40ab027d6d98d8bc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Fita?= <4925040+michalfita@users.noreply.github.com> Date: Sat, 23 Dec 2023 14:26:14 +0000 Subject: [PATCH] [Fixes #72] Fix second example missed first time --- boards/atsamv71_xult/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/boards/atsamv71_xult/Cargo.toml b/boards/atsamv71_xult/Cargo.toml index 8d1c4ce..47882b3 100644 --- a/boards/atsamv71_xult/Cargo.toml +++ b/boards/atsamv71_xult/Cargo.toml @@ -23,7 +23,7 @@ typenum = "1" [dependencies.atsamx7x-hal] version = "0.4.3-alpha3" path = "../../hal" -features = ["samv71q21b-rt", "unproven"] +features = ["samv71q21b", "rt", "unproven"] [profile.dev] debug = true