forked from renet/ENC424J600
nal: Remove delay_ns func pointer
This commit is contained in:
parent
d8b1132b8a
commit
bb6824b944
|
@ -24,7 +24,7 @@ pub enum NetworkError {
|
||||||
pub type NetworkInterface<SPI, NSS> = net::iface::EthernetInterface<
|
pub type NetworkInterface<SPI, NSS> = net::iface::EthernetInterface<
|
||||||
'static,
|
'static,
|
||||||
crate::smoltcp_phy::SmoltcpDevice<
|
crate::smoltcp_phy::SmoltcpDevice<
|
||||||
crate::Enc424j600<SPI, NSS, fn(u32)>
|
crate::Enc424j600<SPI, NSS>
|
||||||
>,
|
>,
|
||||||
>;
|
>;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue