From 81e557162cfcd1ab7452523de6e76c53da57afc1 Mon Sep 17 00:00:00 2001 From: Lokathor Date: Sun, 21 Nov 2021 12:29:32 -0700 Subject: [PATCH] this should fix the docs.rs build issues. --- Cargo.toml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 44e3458..7fa22cb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -30,5 +30,4 @@ panic = "abort" #required-features = ["serial"] [package.metadata.docs.rs] -default-target = "thumbv6m-none-eabi" -targets = [] +default-target = "thumbv4t-none-eabi"