From 02217f27d137470a19391875801c2674ab631fbd Mon Sep 17 00:00:00 2001 From: Astro Date: Thu, 19 Nov 2020 19:38:57 +0100 Subject: [PATCH] libcortex_a9: remove useless target_* features --- libcortex_a9/Cargo.toml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/libcortex_a9/Cargo.toml b/libcortex_a9/Cargo.toml index b140207..1553eb9 100644 --- a/libcortex_a9/Cargo.toml +++ b/libcortex_a9/Cargo.toml @@ -5,11 +5,8 @@ authors = ["M-Labs"] edition = "2018" [features] -target_zc706 = [] -target_coraz7 = [] -target_redpitaya = [] power_saving = [] -default = ["target_zc706"] +default = [] [dependencies] bit_field = "0.10"