From 0399047449bce8079da2162eb66a9588842beda2 Mon Sep 17 00:00:00 2001 From: Michael Watzko Date: Fri, 21 Mar 2025 15:48:32 +0100 Subject: [PATCH] Fix example in readme (follow up to #66) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4a1a3be..49c45cc 100644 --- a/README.md +++ b/README.md @@ -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; #