Renamed Network mod to Host, removed debugging function, communted out dormant portions of DHCP host config
This commit is contained in:
parent
1cac758d5a
commit
dcfa65509e
11 changed files with 112 additions and 116 deletions
|
|
@ -192,10 +192,4 @@ impl Socket {
|
|||
}
|
||||
}
|
||||
}
|
||||
|
||||
pub fn dump_register<SpiBus: ActiveBus>(&self, bus: &mut SpiBus) -> [u8; 0x30] {
|
||||
let mut register = [0u8; 0x30];
|
||||
bus.read_frame(self.register(), 0u16, &mut register);
|
||||
register
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue