diff options
Diffstat (limited to 'src/generic/usb_cdc.h')
-rw-r--r-- | src/generic/usb_cdc.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/src/generic/usb_cdc.h b/src/generic/usb_cdc.h index 3c92ef13..2149c278 100644 --- a/src/generic/usb_cdc.h +++ b/src/generic/usb_cdc.h @@ -3,14 +3,6 @@ #include <stdint.h> // uint_fast8_t -// endpoint sizes -enum { - USB_CDC_EP0_SIZE = 16, - USB_CDC_EP_ACM_SIZE = 8, - USB_CDC_EP_BULK_OUT_SIZE = 64, - USB_CDC_EP_BULK_IN_SIZE = 64, -}; - // callbacks provided by board specific code int_fast8_t usb_read_bulk_out(void *data, uint_fast8_t max_len); int_fast8_t usb_send_bulk_in(void *data, uint_fast8_t len); |