aboutsummaryrefslogtreecommitdiffstats
path: root/usbh/src/pipe/status_bk.rs
diff options
context:
space:
mode:
Diffstat (limited to 'usbh/src/pipe/status_bk.rs')
-rw-r--r--usbh/src/pipe/status_bk.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/usbh/src/pipe/status_bk.rs b/usbh/src/pipe/status_bk.rs
index 4ddb420..489fc62 100644
--- a/usbh/src/pipe/status_bk.rs
+++ b/usbh/src/pipe/status_bk.rs
@@ -5,7 +5,7 @@
/// Reset: 0xxxxxxx
/// Property: NA
#[derive(Clone, Copy, Debug)]
-#[repr(C)]
+#[repr(C, packed)]
pub(crate) struct StatusBk(u8);
pub(crate) struct R {