diff options
| author | hathach <[email protected]> | 2021-08-23 17:00:41 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2021-08-23 17:00:41 +0700 |
| commit | 75cd593b609340b3101d0b002ac765c5595fa2eb (patch) | |
| tree | da79de4b89c6dce4e45097f6c3ddc4e81f753901 /src/host/hcd_attr.h | |
| parent | a490a3fe616205115ed351ddbc0bd202bcbdc3db (diff) | |
add hcd_devtree_get_info()
remove usbh_hcd.h
Diffstat (limited to 'src/host/hcd_attr.h')
| -rw-r--r-- | src/host/hcd_attr.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/host/hcd_attr.h b/src/host/hcd_attr.h index d18686587..729fc407b 100644 --- a/src/host/hcd_attr.h +++ b/src/host/hcd_attr.h @@ -35,6 +35,7 @@ //------------- NXP -------------// #if TU_CHECK_MCU(LPC175X_6X) || TU_CHECK_MCU(LPC177X_8X) || TU_CHECK_MCU(LPC40XX) + #define HCD_ATTR_OHCI #elif TU_CHECK_MCU(LPC18XX) || TU_CHECK_MCU(LPC43XX) #define HCD_ATTR_EHCI_TRANSDIMENSION |
