forked from renet/ENC424J600
nal: fix networkstack accessibility
This commit is contained in:
parent
2a12d856b9
commit
0df7680d60
|
@ -20,7 +20,7 @@ pub enum NetworkError {
|
||||||
Unsupported,
|
Unsupported,
|
||||||
}
|
}
|
||||||
|
|
||||||
type NetworkInterface<SPI, NSS, Delay> = net::iface::EthernetInterface<
|
pub type NetworkInterface<SPI, NSS, Delay> = net::iface::EthernetInterface<
|
||||||
'static,
|
'static,
|
||||||
'static,
|
'static,
|
||||||
'static,
|
'static,
|
||||||
|
|
Loading…
Reference in New Issue