aboutsummaryrefslogtreecommitdiffstats
path: root/src/generic/usb_cdc.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/generic/usb_cdc.h')
-rw-r--r--src/generic/usb_cdc.h8
1 files changed, 1 insertions, 7 deletions
diff --git a/src/generic/usb_cdc.h b/src/generic/usb_cdc.h
index c5450bfa..2e63b7a3 100644
--- a/src/generic/usb_cdc.h
+++ b/src/generic/usb_cdc.h
@@ -3,17 +3,11 @@
#include <stdint.h> // uint_fast8_t
+// endpoint sizes
enum {
USB_CDC_EP0_SIZE = 16,
-
- // XXX - endpoint ids may need to changed per-board
- USB_CDC_EP_ACM = 1,
USB_CDC_EP_ACM_SIZE = 8,
-
- USB_CDC_EP_BULK_OUT = 2,
USB_CDC_EP_BULK_OUT_SIZE = 64,
-
- USB_CDC_EP_BULK_IN = 5,
USB_CDC_EP_BULK_IN_SIZE = 64,
};