diff options
| author | Ha Thach <[email protected]> | 2021-05-24 12:07:33 +0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2021-05-24 12:07:33 +0700 |
| commit | ca8724ee08375e85c3a8fd15b5088d38c20c1ae8 (patch) | |
| tree | c3c04937c66317f3aabfa8a84a1ae62b2b713203 /src/device | |
| parent | 056cd6b2293bf5f7cb49e6f101907023e5f7e720 (diff) | |
| parent | 4f033321189eb572c870d08281dd06e044c7597e (diff) | |
Merge pull request #846 from hathach/house-keeping
House keeping
Diffstat (limited to 'src/device')
| -rw-r--r-- | src/device/dcd.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/device/dcd.h b/src/device/dcd.h index 1e5b3ff1e..71e88054c 100644 --- a/src/device/dcd.h +++ b/src/device/dcd.h @@ -24,10 +24,6 @@ * This file is part of the TinyUSB stack. */ -/** \ingroup group_usbd - * \defgroup group_dcd Device Controller Driver (DCD) - * @{ */ - #ifndef _TUSB_DCD_H_ #define _TUSB_DCD_H_ @@ -168,5 +164,3 @@ extern void dcd_event_xfer_complete (uint8_t rhport, uint8_t ep_addr, uint32_t x #endif #endif /* _TUSB_DCD_H_ */ - -/// @} |
