summaryrefslogtreecommitdiff
path: root/firmware/usbstack/core.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/usbstack/core.h')
-rw-r--r--firmware/usbstack/core.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/usbstack/core.h b/firmware/usbstack/core.h
index 7bda2934e7..33805ac42e 100644
--- a/firmware/usbstack/core.h
+++ b/firmware/usbstack/core.h
@@ -38,7 +38,7 @@ struct usb_response {
38struct usb_ep { 38struct usb_ep {
39 const char name[15]; 39 const char name[15];
40 uint8_t type; 40 uint8_t type;
41 uint32_t ep_num; /* which endpoint? */ 41 uint32_t ep_num; /* which endpoint? */
42 uint32_t pipe_num; /* which pipe? */ 42 uint32_t pipe_num; /* which pipe? */
43 uint32_t maxpacket; 43 uint32_t maxpacket;
44 bool claimed; 44 bool claimed;