Update embedded-nal to 0.9. (#66)

This commit is contained in:
Markus Reiter 2025-03-21 15:41:28 +01:00 committed by GitHub
commit ae29db2fd7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
8 changed files with 23 additions and 14 deletions

View file

@ -1,3 +1,5 @@
use core::net::Ipv4Addr;
mod dhcp;
mod manual;
@ -6,7 +8,6 @@ pub use self::manual::Manual;
use crate::bus::Bus;
use crate::register;
use crate::MacAddress;
use embedded_nal::Ipv4Addr;
#[derive(Debug)]
#[cfg_attr(feature = "defmt", derive(defmt::Format))]