From da90c8405d836fa445f67be4c805a7c6ef251748 Mon Sep 17 00:00:00 2001 From: Kaizen Wolf Date: Mon, 27 Dec 2021 10:55:40 +0100 Subject: [PATCH] Remove doc for SAMD20 in hal --- hal/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hal/Cargo.toml b/hal/Cargo.toml index 5c678feaa03..5f8243431ea 100644 --- a/hal/Cargo.toml +++ b/hal/Cargo.toml @@ -17,7 +17,7 @@ edition = "2021" rust-version = "1.56" [package.metadata.docs.rs] -features = ["device", "samd20", "samd20j-rt", "samd21g", "samd21g-rt", "unproven", "usb"] +features = ["samd21g", "samd21g-rt", "unproven", "usb"] [dependencies] bitfield = "0.13"