Skip to content

Commit 93100a7

Browse files
authored
Merge pull request #1146 from hathach/nrf52_usb_serial_bug
update tinyusb to fix #1007 serial issue
2 parents 569a050 + 87811ec commit 93100a7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lib/tinyusb

Submodule tinyusb updated 47 files

ports/nrf/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ run follow command to install [adafruit-nrfutil](https://github.com/adafruit/Ada
110110
Example on how to generate and flash feather_nrf52832 target:
111111

112112
make BOARD=feather_nrf52832 SD=s132
113-
make BOARD=feather52832 SD=s132 dfu-gen dfu-flash
113+
make BOARD=feather_nrf52832 SD=s132 dfu-gen dfu-flash
114114

115115
## Bluetooth LE REPL
116116

0 commit comments

Comments
 (0)