Skip to content

Commit 0a7e740

Browse files
bgoulddeadprogram
authored andcommitted
feather-nrf52840: corrected USB identifier constants
1 parent f05b378 commit 0a7e740

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/machine/board_feather-nrf52840.go

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -95,11 +95,11 @@ const (
9595

9696
// USB CDC identifiers
9797
const (
98-
usb_STRING_PRODUCT = "Adafruit Feather nRF52840 Express"
99-
usb_STRING_MANUFACTURER = "Adafruit"
98+
usb_STRING_PRODUCT = "Feather nRF52840 Express"
99+
usb_STRING_MANUFACTURER = "Adafruit Industries LLC"
100100
)
101101

102102
var (
103103
usb_VID uint16 = 0x239A
104-
usb_PID uint16 = 0x0029
104+
usb_PID uint16 = 0x802A
105105
)

0 commit comments

Comments
 (0)