aboutsummaryrefslogtreecommitdiff
path: root/src/structs.rs
diff options
context:
space:
mode:
authorDario Nieuwenhuis <[email protected]>2022-07-12 03:34:27 +0200
committerDario Nieuwenhuis <[email protected]>2022-07-12 03:34:27 +0200
commit18b11e7417e1338fb18e6ceda609f2a0841d7a57 (patch)
tree5b22789672b7170e771e629264f2c57ffed81be6 /src/structs.rs
parentd96ad248b33d8ca89daf88c5878cb24d6566cc6d (diff)
check clmload_status.
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,