diff options
| author | Dan Halbert <halbert@adafruit.com> | 2019-12-30 13:39:17 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-12-30 13:39:17 -0500 |
| commit | 264abd47415c913a4a727d669f9fbf5d81dbbc21 (patch) | |
| tree | f73d109034c9da193245fafb136c999fd84a5c32 | |
| parent | 385ed1154fb232d9dcb7dbd7093536d65d829c1b (diff) | |
| parent | adff14c5bca956deedef72afd4696df6ec5d51c0 (diff) | |
Merge pull request #2428 from hathach/samd-improve-usb
improve usb dcd samd51
| 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 7a05b177a43b368fea1d60ca344fe4ae9902a43 +Subproject dda4c9a94b509238faa7b5ab5b9464c1d2e63ff 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 \ |
