Short-term net fix

This commit is contained in:
Jonah Dahlquist 2021-02-25 19:49:18 -08:00
commit dfa252f997
2 changed files with 3 additions and 1 deletions

View file

@ -59,7 +59,7 @@ impl Default for Mode {
pub mod bus;
mod device;
mod host;
mod net;
pub mod net;
pub mod register;
mod socket;
mod udp;