Fix example in readme (follow up to #66)

This commit is contained in:
Michael Watzko 2025-03-21 15:48:32 +01:00
commit 0399047449

View file

@ -32,7 +32,7 @@ of the SPI implementation. It must be set up to work as the W5500 chip requires
* Clock speed: 33MHz maximum
```rust,no_run
use embedded_nal::{IpAddr, Ipv4Addr, SocketAddr};
use core::net::{IpAddr, Ipv4Addr, SocketAddr};
#
# struct Mock;
#