diff options
Diffstat (limited to 'embassy-net')
| -rw-r--r-- | embassy-net/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/embassy-net/README.md b/embassy-net/README.md index ce59ea34a..6b7d46934 100644 --- a/embassy-net/README.md +++ b/embassy-net/README.md | |||
| @@ -37,7 +37,7 @@ To add `embassy-net` support for new hardware (i.e. a new Ethernet or WiFi chip, | |||
| 37 | an Ethernet/WiFi MCU peripheral), you have to implement the [`embassy-net-driver`](https://crates.io/crates/embassy-net-driver) | 37 | an Ethernet/WiFi MCU peripheral), you have to implement the [`embassy-net-driver`](https://crates.io/crates/embassy-net-driver) |
| 38 | traits. | 38 | traits. |
| 39 | 39 | ||
| 40 | Alternatively, [`embassy-net-driver-channel`](https://crates.io/crates/embassy-net-driver-channel) provides a higer-level API | 40 | Alternatively, [`embassy-net-driver-channel`](https://crates.io/crates/embassy-net-driver-channel) provides a higher-level API |
| 41 | to construct a driver that processes packets in its own background task and communicates with the `embassy-net` task via | 41 | to construct a driver that processes packets in its own background task and communicates with the `embassy-net` task via |
| 42 | packet queues for RX and TX. | 42 | packet queues for RX and TX. |
| 43 | 43 | ||
