nal: fix networkstack accessibility

nal_support
occheung 2021-01-21 15:43:07 +08:00
parent 2a12d856b9
commit 0df7680d60
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ pub enum NetworkError {
Unsupported,
}
type NetworkInterface<SPI, NSS, Delay> = net::iface::EthernetInterface<
pub type NetworkInterface<SPI, NSS, Delay> = net::iface::EthernetInterface<
'static,
'static,
'static,