Removed socket ownership checking, giving up on that effort for now

This commit is contained in:
Jonah Dahlquist 2019-09-19 10:00:36 -05:00 committed by Jonah Dahlquist
commit b6a52cbf8e
10 changed files with 81 additions and 171 deletions

View file

@ -940,7 +940,7 @@ impl Default for Mode {
// }
// }
mod bus;
pub mod bus;
mod inactive_w5500;
mod network;
mod register;
@ -948,3 +948,5 @@ mod socket;
mod udp;
pub mod uninitialized_w5500;
mod w5500;
pub use bus::ActiveFourWire;