summaryrefslogtreecommitdiff
path: root/firmware/export/usb.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export/usb.h')
-rw-r--r--firmware/export/usb.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/export/usb.h b/firmware/export/usb.h
index 2bcd95ef81..fe9f3bcfa1 100644
--- a/firmware/export/usb.h
+++ b/firmware/export/usb.h
@@ -178,7 +178,7 @@ struct usb_transfer_completion_event_data
178 int dir; 178 int dir;
179 int status; 179 int status;
180 int length; 180 int length;
181 void* data; 181 void* data[2];
182}; 182};
183#endif /* HAVE_USBSTACK */ 183#endif /* HAVE_USBSTACK */
184 184