diff options
| author | hathach <[email protected]> | 2020-05-19 00:55:43 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2020-05-19 00:55:43 +0700 |
| commit | 58cedf4c061fbf9f95cd88cafb6e581fc04549ff (patch) | |
| tree | 3a8d0855fd69d45501750c93ff8072c17d575b3e /examples/host/cdc_msc_hid/Makefile | |
| parent | 905a80d1b2de5e8ad67b3687ffd0543d90ac904e (diff) | |
usb0 host on mcb1800 work with fullspeed mode.
use usbh_edpt_open() to correctly map ep2drv[]
Diffstat (limited to 'examples/host/cdc_msc_hid/Makefile')
| -rw-r--r-- | examples/host/cdc_msc_hid/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/examples/host/cdc_msc_hid/Makefile b/examples/host/cdc_msc_hid/Makefile index 20cd7ba69..373dbbf9e 100644 --- a/examples/host/cdc_msc_hid/Makefile +++ b/examples/host/cdc_msc_hid/Makefile @@ -15,8 +15,9 @@ SRC_C += \ src/host/usbh.c \ src/host/hub.c \ src/host/ehci/ehci.c \ - src/class/cdc/cdc_host.c \ src/host/ehci/ehci.c \ + src/class/cdc/cdc_host.c \ + src/class/msc/msc_host.c \ src/portable/nxp/lpc18_43/hcd_lpc18_43.c include ../../rules.mk |
