From e547b7405c97c91805ab0161468789a0f83cdcec Mon Sep 17 00:00:00 2001 From: occheung Date: Fri, 22 Jan 2021 10:22:36 +0800 Subject: [PATCH] examples/tcp: fix lifetime for smoltcp bump --- examples/tcp_stm32f407.rs | 2 -- 1 file changed, 2 deletions(-) diff --git a/examples/tcp_stm32f407.rs b/examples/tcp_stm32f407.rs index a64b860..942a795 100644 --- a/examples/tcp_stm32f407.rs +++ b/examples/tcp_stm32f407.rs @@ -104,8 +104,6 @@ static mut NET_STORE: NetStorage = NetStorage { const APP: () = { struct Resources { eth_iface: EthernetInterface< - 'static, - 'static, 'static, smoltcp_phy::SmoltcpDevice>, itm: ITM