summaryrefslogtreecommitdiff
path: root/src/device
diff options
context:
space:
mode:
authorhathach <[email protected]>2018-11-16 22:17:11 +0700
committerhathach <[email protected]>2018-11-16 22:17:11 +0700
commit00694b56c58956bfd5c5cf33c8ba76defb849210 (patch)
treeb4e5068f6a22d2661decaef610c85a1ed6bebe6d /src/device
parent7219ef8ed62f668a5313aba1a14fd342ce262750 (diff)
nrf5x: clean up dcd, add comment
Diffstat (limited to 'src/device')
-rw-r--r--src/device/usbd.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/device/usbd.c b/src/device/usbd.c
index bf6aa665f..eac1a6a20 100644
--- a/src/device/usbd.c
+++ b/src/device/usbd.c
@@ -70,12 +70,10 @@ typedef struct {
uint8_t itf2drv[16]; // map interface number to driver (0xff is invalid)
uint8_t ep2drv[2][8]; // map endpoint to driver ( 0xff is invalid )
-
}usbd_device_t;
static usbd_device_t _usbd_dev;
-
// Auto descriptor is enabled, descriptor set point to auto generated one
#if CFG_TUD_DESC_AUTO
extern tud_desc_set_t const _usbd_auto_desc_set;