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"