Skip to content

Commit

Permalink
init -> initialize
Browse files Browse the repository at this point in the history
screwed up after rebase
  • Loading branch information
playfulFence committed Sep 30, 2024
1 parent a099474 commit 7586d5e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions esp-wifi/MIGRATING-0.9.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

## Initialization

You no longer have to set up clocks and pass them to `esp_wifi::init`.
You no longer have to set up clocks and pass them to `esp_wifi::initialize`.

```diff
use esp_hal::{
Expand All @@ -12,7 +12,7 @@ You no longer have to set up clocks and pass them to `esp_wifi::init`.
- system::SystemControl,
};
use esp_wifi::{
init,
initialize,
// ...
};

Expand Down

0 comments on commit 7586d5e

Please sign in to comment.