diff options
| author | hathach <thach@tinyusb.org> | 2019-12-26 23:04:16 +0700 |
|---|---|---|
| committer | hathach <thach@tinyusb.org> | 2019-12-26 23:04:16 +0700 |
| commit | 62c4028cdebbf4c607ebbb48e99d1905692bef69 (patch) | |
| tree | 86f81bd589282770fccf186be533b68858c0ed13 | |
| parent | 3492ba33d517e860b275ba04898a25d1b92901c5 (diff) | |
sync with https://github.com/hathach/tinyusb/pull/246
should fix slow enumeration
| m--------- | lib/tinyusb | 0 | ||||
| -rw-r--r-- | ports/atmel-samd/Makefile | 2 |
2 files changed, 1 insertions, 1 deletions
diff --git a/lib/tinyusb b/lib/tinyusb -Subproject b8cef16b58ec04649904c132152665d39862870 +Subproject 76b2c2a0017b49f8f1ef95734aa24a5b8e7d3f5 diff --git a/ports/atmel-samd/Makefile b/ports/atmel-samd/Makefile index 83fd879aa..f4886f96e 100644 --- a/ports/atmel-samd/Makefile +++ b/ports/atmel-samd/Makefile @@ -233,7 +233,7 @@ SRC_C = \ lib/oofatfs/ff.c \ lib/oofatfs/option/ccsbcs.c \ lib/timeutils/timeutils.c \ - lib/tinyusb/src/portable/microchip/$(CHIP_FAMILY)/dcd_$(CHIP_FAMILY).c \ + lib/tinyusb/src/portable/microchip/samd/dcd_samd.c \ lib/utils/buffer_helper.c \ lib/utils/context_manager_helpers.c \ lib/utils/interrupt_char.c \ |
