diff options
| author | Dan Halbert <halbert@halwitz.org> | 2019-08-19 19:42:45 -0400 |
|---|---|---|
| committer | Dan Halbert <halbert@halwitz.org> | 2019-08-19 19:42:45 -0400 |
| commit | 44b28d118757d1db35dfdd0042a499dcd51a7d59 (patch) | |
| tree | e683a948cbab1e152c6e64e593ed4568c3acfd16 | |
| parent | 0ddfbb0c20432458cc8020ab5ad7538e6813b60b (diff) | |
update tinyusb to 00c440cb
| m--------- | lib/tinyusb | 0 | ||||
| -rwxr-xr-x | ports/nrf/Makefile | 3 |
2 files changed, 1 insertions, 2 deletions
diff --git a/lib/tinyusb b/lib/tinyusb -Subproject 96d96a94b887bc1b648a175c28b377dba76a906 +Subproject 00c440cb26fbea7fd367623454d8b67855f1372 diff --git a/ports/nrf/Makefile b/ports/nrf/Makefile index fad127514..9a461f9d8 100755 --- a/ports/nrf/Makefile +++ b/ports/nrf/Makefile @@ -184,8 +184,7 @@ SRC_C += \ # USB source files for nrf52840 ifeq ($(MCU_SUB_VARIANT),nrf52840) SRC_C += \ - lib/tinyusb/src/portable/nordic/nrf5x/dcd_nrf5x.c \ - lib/tinyusb/src/portable/nordic/nrf5x/hal_nrf5x.c + lib/tinyusb/src/portable/nordic/nrf5x/dcd_nrf5x.c endif SRC_COMMON_HAL_EXPANDED = $(addprefix shared-bindings/, $(SRC_COMMON_HAL)) \ |
