diff options
| author | hathach <[email protected]> | 2023-02-22 16:18:45 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2023-02-22 16:18:45 +0700 |
| commit | 4c846af53e993d635e6fff7e2611a554b55fc441 (patch) | |
| tree | 0492802211f9b473cadc77d9e77797b5cc331180 /src/common | |
| parent | 4e2afdf5e1d72a2232f349a878c3d4147fc43cd6 (diff) | |
rename OHCI_RHPORTS to TUP_OHCI_RHPORTS
Diffstat (limited to 'src/common')
| -rw-r--r-- | src/common/tusb_mcu.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/tusb_mcu.h b/src/common/tusb_mcu.h index ee2b896ac..a599c4fe9 100644 --- a/src/common/tusb_mcu.h +++ b/src/common/tusb_mcu.h @@ -55,7 +55,7 @@ #elif TU_CHECK_MCU(OPT_MCU_LPC175X_6X, OPT_MCU_LPC177X_8X, OPT_MCU_LPC40XX) #define TUP_DCD_ENDPOINT_MAX 16 #define TUP_USBIP_OHCI - #define OHCI_RHPORTS 2 + #define TUP_OHCI_RHPORTS 2 #elif TU_CHECK_MCU(OPT_MCU_LPC18XX, OPT_MCU_LPC43XX) // TODO USB0 has 6, USB1 has 4 |
