This commit is contained in:
hathach
2021-05-23 20:14:01 +07:00
parent 3654d96e07
commit 4f03332118
2 changed files with 28 additions and 22 deletions

View File

@@ -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_ */
/// @}