aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--embassy-net/src/lib.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/embassy-net/src/lib.rs b/embassy-net/src/lib.rs
index 8289ecddf..9eea8cb4e 100644
--- a/embassy-net/src/lib.rs
+++ b/embassy-net/src/lib.rs
@@ -365,7 +365,7 @@ impl<D: Driver + 'static> Stack<D> {
365 v4_up || v6_up 365 v4_up || v6_up
366 } 366 }
367 367
368 /// Get for the network stack to obtainer a valid IP configuration. 368 /// Wait for the network stack to obtaine a valid IP configuration.
369 pub async fn wait_config_up(&self) { 369 pub async fn wait_config_up(&self) {
370 if self.is_config_up() { 370 if self.is_config_up() {
371 return; 371 return;