summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/device/usbd.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/device/usbd.c b/src/device/usbd.c
index 60cd3167d..83d09a359 100644
--- a/src/device/usbd.c
+++ b/src/device/usbd.c
@@ -275,9 +275,9 @@ typedef struct
{
uint8_t count : 7;
uint8_t cb_en : 1;
- }
+ };
uint8_t value;
- }
+ };
} usbd_sof_t;
tu_static usbd_sof_t _usbd_sof = { .value = 0 };