examples/tcp: fix lifetime for smoltcp bump

nal_support
occheung 2021-01-22 10:22:36 +08:00
parent 1d6b32c320
commit e547b7405c
1 changed files with 0 additions and 2 deletions

View File

@ -104,8 +104,6 @@ static mut NET_STORE: NetStorage = NetStorage {
const APP: () = {
struct Resources {
eth_iface: EthernetInterface<
'static,
'static,
'static,
smoltcp_phy::SmoltcpDevice<BoosterSpiEth>>,
itm: ITM