aboutsummaryrefslogtreecommitdiff
path: root/src/structs.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/structs.rs')
-rw-r--r--src/structs.rs3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/structs.rs b/src/structs.rs
index beda9f364..91df616ad 100644
--- a/src/structs.rs
+++ b/src/structs.rs
@@ -42,8 +42,7 @@ impl_bytes!(SdpcmHeader);
42#[repr(C)] 42#[repr(C)]
43pub struct CdcHeader { 43pub struct CdcHeader {
44 pub cmd: u32, 44 pub cmd: u32,
45 pub out_len: u16, 45 pub len: u32,
46 pub in_len: u16,
47 pub flags: u16, 46 pub flags: u16,
48 pub id: u16, 47 pub id: u16,
49 pub status: u32, 48 pub status: u32,