diff options
| author | Jeremiah McCarthy <[email protected]> | 2021-05-25 09:27:35 -0400 |
|---|---|---|
| committer | Jeremiah McCarthy <[email protected]> | 2021-05-25 09:27:35 -0400 |
| commit | ce59d69520166b37869cf83a3dab929c1b2c4ac4 (patch) | |
| tree | 1f1e1352941aa8c64d59e0e1bd426593ea77ae25 /src/device/dcd.h | |
| parent | 05892a5a1ee9c50cb966b2e8ec8243ef97f794e2 (diff) | |
| parent | ca8724ee08375e85c3a8fd15b5088d38c20c1ae8 (diff) | |
Merge remote-tracking branch 'official/master'
Diffstat (limited to 'src/device/dcd.h')
| -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_ */ - -/// @} |
