mirror of
https://github.com/embassy-rs/embassy.git
synced 2025-10-02 06:40:32 +00:00
Fix typo in README
This commit is contained in:
parent
cfe8561550
commit
b7dd04e3b1
@ -37,7 +37,7 @@ To add `embassy-net` support for new hardware (i.e. a new Ethernet or WiFi chip,
|
|||||||
an Ethernet/WiFi MCU peripheral), you have to implement the [`embassy-net-driver`](https://crates.io/crates/embassy-net-driver)
|
an Ethernet/WiFi MCU peripheral), you have to implement the [`embassy-net-driver`](https://crates.io/crates/embassy-net-driver)
|
||||||
traits.
|
traits.
|
||||||
|
|
||||||
Alternatively, [`embassy-net-driver-channel`](https://crates.io/crates/embassy-net-driver-channel) provides a higer-level API
|
Alternatively, [`embassy-net-driver-channel`](https://crates.io/crates/embassy-net-driver-channel) provides a higher-level API
|
||||||
to construct a driver that processes packets in its own background task and communicates with the `embassy-net` task via
|
to construct a driver that processes packets in its own background task and communicates with the `embassy-net` task via
|
||||||
packet queues for RX and TX.
|
packet queues for RX and TX.
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user