Skip to content

Commit d2a215e

Browse files
committed
remove defunct comment
1 parent ff7efaa commit d2a215e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/ethernet-rtic-nucleo-h723zg.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,8 @@ static mut DES_RING: ethernet::DesRing<4, 4> = ethernet::DesRing::new();
5353
pub struct NetStorageStatic<'a> {
5454
socket_storage: [SocketStorage<'a>; 8],
5555
}
56+
5657
static mut STORE: NetStorageStatic = NetStorageStatic {
57-
// Garbage
5858
socket_storage: [SocketStorage::EMPTY; 8],
5959
};
6060

0 commit comments

Comments
 (0)