diff options
| author | Ha Thach <[email protected]> | 2022-02-26 01:00:07 +0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2022-02-26 01:00:07 +0700 |
| commit | 5b7a01ba79f7a048ddea3b5dedf187746cd21225 (patch) | |
| tree | f2ae941108ea7c3c610c92de4fe95431be149176 /src/host/hcd.h | |
| parent | 13a4582ce25cd47e346f317c9eb412af7a2c17a2 (diff) | |
| parent | 1482a415240171b7ff2bd2ee0f123635dd15f9a4 (diff) | |
Merge pull request #1350 from hathach/enhance-multipl-ports
Enhance rhports management
Diffstat (limited to 'src/host/hcd.h')
| -rw-r--r-- | src/host/hcd.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/host/hcd.h b/src/host/hcd.h index eb53d2e80..80500f048 100644 --- a/src/host/hcd.h +++ b/src/host/hcd.h @@ -30,7 +30,6 @@ #include "common/tusb_common.h" #include "osal/osal.h" #include "common/tusb_fifo.h" -#include "hcd_attr.h" #ifdef __cplusplus extern "C" { @@ -82,7 +81,7 @@ typedef struct } hcd_event_t; -#if TUSB_OPT_HOST_ENABLED +#if CFG_TUH_ENABLED // Max number of endpoints per device enum { // TODO better computation |
