nal: Remove delay_ns func pointer

fix-spi
Harry Ho 2021-06-04 13:21:02 +08:00
parent d8b1132b8a
commit bb6824b944
1 changed files with 1 additions and 1 deletions

View File

@ -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>
>, >,
>; >;