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 9952a074bb..08ae27999a 100644
--- a/firmware/export/usb.h
+++ b/firmware/export/usb.h
@@ -85,7 +85,7 @@ enum {
85struct usb_transfer_completion_event_data 85struct usb_transfer_completion_event_data
86{ 86{
87 unsigned char endpoint; 87 unsigned char endpoint;
88 bool in; 88 int dir;
89 int status; 89 int status;
90 int length; 90 int length;
91 void* data; 91 void* data;