Add nrf52840-mdk-usb-dongle target (#1654)

machine/nrf52840: add support for nrf52840-mdk-usb-dongle target
This commit is contained in:
Ramon
2021-02-24 10:25:38 +01:00
committed by GitHub
parent afcc9d6608
commit c299386906
3 changed files with 64 additions and 1 deletions
+1 -1
View File
@@ -38,7 +38,7 @@ const (
// USB CDC identifiers
const (
usb_STRING_PRODUCT = "Makerdiary nRF52840 MDK USB Dongle"
usb_STRING_PRODUCT = "Makerdiary nRF52840 MDK"
usb_STRING_MANUFACTURER = "Makerdiary"
)