diff options
| author | hathach <[email protected]> | 2022-02-23 21:49:11 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2022-02-25 18:35:21 +0700 |
| commit | 31aa077cb0b345464548b9cb2e2913227348a969 (patch) | |
| tree | fd138a0d98321e3591cd70a7960ce4468910e2ba /src/host/hcd.h | |
| parent | d10326cb4e0f48a05bc39c6f51b7b0fb29427cc9 (diff) | |
rename TUSB_OPT_HOST_ENABLED to CFG_TUH_ENABLED
Diffstat (limited to 'src/host/hcd.h')
| -rw-r--r-- | src/host/hcd.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/host/hcd.h b/src/host/hcd.h index eb53d2e80..054fd9647 100644 --- a/src/host/hcd.h +++ b/src/host/hcd.h @@ -82,7 +82,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 |
