diff options
| author | JuliDi <[email protected]> | 2023-09-08 15:59:46 +0200 |
|---|---|---|
| committer | JuliDi <[email protected]> | 2023-09-08 15:59:46 +0200 |
| commit | 6070d61d8ce2d9ce416467ac6aac8ffdd89a59b9 (patch) | |
| tree | 93dc75a148b12afbf1916818a3b7b3ba740eb778 /embassy-net/src | |
| parent | a4f8d82ef51b7c0c775168472829ecd18d8f84d8 (diff) | |
fix typos
Diffstat (limited to 'embassy-net/src')
| -rw-r--r-- | embassy-net/src/lib.rs | 2 |
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; |
