Skip to content

Commit

Permalink
Small correction to coex warning message (esp-rs#404)
Browse files Browse the repository at this point in the history
  • Loading branch information
jannic authored and bjoernQ committed May 23, 2024
1 parent 7cd025a commit 7a75b31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion esp-wifi/build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ fn main() -> Result<(), String> {
println!("cargo:warning=coex is enabled but wifi is not");

#[cfg(not(feature = "ble"))]
println!("cargo:warning=coex is enabled but wifi is not");
println!("cargo:warning=coex is enabled but ble is not");
}

validate_config();
Expand Down

0 comments on commit 7a75b31

Please sign in to comment.