We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f725818 commit d6e4ffaCopy full SHA for d6e4ffa
src/smoltcp_phy.rs
@@ -4,7 +4,7 @@ use smoltcp::phy::{ChecksumCapabilities, Device, DeviceCapabilities, RxToken, Tx
4
use smoltcp::time::Instant;
5
use smoltcp::Error;
6
7
-/// Use this Ethernet driver with [smoltcp](https://github.com/m-labs/smoltcp)
+/// Use this Ethernet driver with [smoltcp](https://github.com/smoltcp-rs/smoltcp)
8
impl<'a, 'rx, 'tx, 'b> Device<'a> for &'b mut EthernetDMA<'rx, 'tx> {
9
type RxToken = EthRxToken<'a>;
10
type TxToken = EthTxToken<'a>;
0 commit comments