Removed socket ownership checking, giving up on that effort for now
This commit is contained in:
parent
b9f916624b
commit
b6a52cbf8e
10 changed files with 81 additions and 171 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue