diff options
| author | Dan Halbert <halbert@halwitz.org> | 2018-08-28 15:39:34 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-08-28 15:39:34 -0400 |
| commit | 93100a75175a8cd10768e4d8c6de586c25bba379 (patch) | |
| tree | 58a13f10b11711bcdc8365e1d380c03b5bf35965 /ports | |
| parent | 569a050e82fc40c7d56caa6ca76eed94fa244bc8 (diff) | |
| parent | 87811ec3a0d3281e9e4267e7a21fd316a7d34d29 (diff) | |
Merge pull request #1146 from hathach/nrf52_usb_serial_bug
update tinyusb to fix #1007 serial issue
Diffstat (limited to 'ports')
| -rw-r--r-- | ports/nrf/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ports/nrf/README.md b/ports/nrf/README.md index b17a5ad7d..c21bd5d63 100644 --- a/ports/nrf/README.md +++ b/ports/nrf/README.md @@ -110,7 +110,7 @@ run follow command to install [adafruit-nrfutil](https://github.com/adafruit/Ada Example on how to generate and flash feather_nrf52832 target: make BOARD=feather_nrf52832 SD=s132 - make BOARD=feather52832 SD=s132 dfu-gen dfu-flash + make BOARD=feather_nrf52832 SD=s132 dfu-gen dfu-flash ## Bluetooth LE REPL |
