From d2a215e22d69b81c82f5aa23ad914eeb41496124 Mon Sep 17 00:00:00 2001 From: James Logan Date: Tue, 22 Aug 2023 22:55:00 -0400 Subject: [PATCH] remove defunct comment --- examples/ethernet-rtic-nucleo-h723zg.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/ethernet-rtic-nucleo-h723zg.rs b/examples/ethernet-rtic-nucleo-h723zg.rs index d5009a6b..fb13fb8d 100644 --- a/examples/ethernet-rtic-nucleo-h723zg.rs +++ b/examples/ethernet-rtic-nucleo-h723zg.rs @@ -53,8 +53,8 @@ static mut DES_RING: ethernet::DesRing<4, 4> = ethernet::DesRing::new(); pub struct NetStorageStatic<'a> { socket_storage: [SocketStorage<'a>; 8], } + static mut STORE: NetStorageStatic = NetStorageStatic { - // Garbage socket_storage: [SocketStorage::EMPTY; 8], };