diff options
| author | Ha Thach <[email protected]> | 2021-07-22 00:49:45 +0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2021-07-22 00:49:45 +0700 |
| commit | e971a4332dc6dc0580e1d71e4fc8866296f8159c (patch) | |
| tree | 2b29ee375b0502bf04b62a89ad8c15681bfaf552 /src/device/usbd.h | |
| parent | c737aa6fbb12fb9ed4c6eecbac58832e4bd2d436 (diff) | |
| parent | aff7b100ca87482e9e1d29f7e854d77cadbd6b98 (diff) | |
Merge pull request #975 from hathach/max-endpoint
Add DCD Attribute for Max endpoint
Diffstat (limited to 'src/device/usbd.h')
| -rw-r--r-- | src/device/usbd.h | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/src/device/usbd.h b/src/device/usbd.h index 2de6a5cfd..9500ad70c 100644 --- a/src/device/usbd.h +++ b/src/device/usbd.h @@ -24,18 +24,15 @@ * This file is part of the TinyUSB stack. */ -/** \ingroup group_usbd - * @{ */ - #ifndef _TUSB_USBD_H_ #define _TUSB_USBD_H_ +#include "common/tusb_common.h" + #ifdef __cplusplus extern "C" { #endif -#include "common/tusb_common.h" - //--------------------------------------------------------------------+ // Application API //--------------------------------------------------------------------+ |
