diff options
Diffstat (limited to 'firmware/usbstack/core.h')
| -rw-r--r-- | firmware/usbstack/core.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/usbstack/core.h b/firmware/usbstack/core.h index 7bda293..33805ac 100644 --- a/firmware/usbstack/core.h +++ b/firmware/usbstack/core.h @@ -38,7 +38,7 @@ struct usb_response { struct usb_ep { const char name[15]; uint8_t type; - uint32_t ep_num; /* which endpoint? */ + uint32_t ep_num; /* which endpoint? */ uint32_t pipe_num; /* which pipe? */ uint32_t maxpacket; bool claimed; |