Skip to content

Commit

Permalink
remove defunct comment
Browse files Browse the repository at this point in the history
  • Loading branch information
jlogan03 committed Aug 23, 2023
1 parent ff7efaa commit d2a215e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/ethernet-rtic-nucleo-h723zg.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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],
};

Expand Down

0 comments on commit d2a215e

Please sign in to comment.