Update embedded-nal to 0.9. (#66)
This commit is contained in:
parent
a1a063b0c8
commit
ae29db2fd7
8 changed files with 23 additions and 14 deletions
|
|
@ -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))]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue