diff --git a/Cargo.toml b/Cargo.toml index 3db7568625e..4beae164e53 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,12 +1,7 @@ [workspace] resolver = "2" default-members = ["hal"] -members = [ - "hal", - #"atsamd-hal-macros", - #"pac/*", - #"boards/*", -] +members = ["hal", "atsamd-hal-macros", "pac/*", "boards/*"] [profile.dev] debug = true