Moved more functionality into socket

This commit is contained in:
Jonah Dahlquist 2019-09-10 20:58:46 -05:00 committed by Jonah Dahlquist
commit 332ab924db
3 changed files with 20 additions and 13 deletions

View file

@ -68,5 +68,4 @@ pub mod socketn {
pub const RECEIVED_SIZE: u16 = 0x26;
pub const RX_DATA_READ_POINTER: u16 = 0x28;
pub const RX_DATA_WRITE_POINTER: u16 = 0x2A;
}