Skip to content

Commit

Permalink
fix ieee802154 docs
Browse files Browse the repository at this point in the history
  • Loading branch information
MabezDev committed Feb 24, 2025
1 parent 28041ad commit 5c6ee38
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions xtask/src/documentation.rs
Original file line number Diff line number Diff line change
Expand Up @@ -252,9 +252,9 @@ fn apply_feature_rules(package: &Package, config: &Config) -> Vec<String> {
features.push("coex".to_owned());
}
}
Package::EspHalEmbassy => {
Package::EspHalEmbassy | Package::EspIeee802154 => {
features.push("esp-hal/unstable".to_owned());
}
},
_ => {}
}

Expand Down

0 comments on commit 5c6ee38

Please sign in to comment.