diff options
| author | hathach <[email protected]> | 2021-07-21 13:21:58 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2021-07-22 00:12:01 +0700 |
| commit | a226dbaa4d1df9e5258e7f4dfacdc76906b08084 (patch) | |
| tree | 44e95cbd0dfd6c08d146a36e31e9c924d2438e1e /src/device/dcd.h | |
| parent | c737aa6fbb12fb9ed4c6eecbac58832e4bd2d436 (diff) | |
add dcd_attr for DCD_ATTR_ENDPOINT_MAX
could be useful with more dcd specific attribute
Diffstat (limited to 'src/device/dcd.h')
| -rw-r--r-- | src/device/dcd.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/device/dcd.h b/src/device/dcd.h index 63e97df96..11f8ca5d3 100644 --- a/src/device/dcd.h +++ b/src/device/dcd.h @@ -31,6 +31,8 @@ #include "osal/osal.h" #include "common/tusb_fifo.h" +#include "dcd_attr.h" + #ifdef __cplusplus extern "C" { #endif |
