summaryrefslogtreecommitdiff
path: root/src/device/usbd.c
diff options
context:
space:
mode:
authorhathach <[email protected]>2021-07-21 17:00:02 +0700
committerhathach <[email protected]>2021-07-22 00:12:01 +0700
commit37cac414f83fb939d8b9e4c41d5fa49a6f0e309e (patch)
treed93c9c75dc743384350fc6f3e3951ad835867269 /src/device/usbd.c
parenta226dbaa4d1df9e5258e7f4dfacdc76906b08084 (diff)
fix ci
Diffstat (limited to 'src/device/usbd.c')
-rw-r--r--src/device/usbd.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/device/usbd.c b/src/device/usbd.c
index 7de3c4377..b724c73e8 100644
--- a/src/device/usbd.c
+++ b/src/device/usbd.c
@@ -37,18 +37,10 @@
// USBD Configuration
//--------------------------------------------------------------------+
-#ifndef CFG_TUD_ENDPOINT0_SIZE
- #define CFG_TUD_ENDPOINT0_SIZE 64
-#endif
-
#ifndef CFG_TUD_TASK_QUEUE_SZ
#define CFG_TUD_TASK_QUEUE_SZ 16
#endif
-#ifndef CFG_TUD_ENDPPOINT_MAX
- #define CFG_TUD_ENDPPOINT_MAX DCD_ATTR_ENDPOINT_MAX
-#endif
-
//--------------------------------------------------------------------+
// Device Data
//--------------------------------------------------------------------+