Skip to content

Commit 17dbcb6

Browse files
authored
Update wvsh_rp2040_one_u2if.py
Add Waveshare RP2040 One U2IF, Update PID
1 parent 401905e commit 17dbcb6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/adafruit_blinka/board/wvsh_rp2040_one_u2if.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,4 +58,4 @@
5858

5959
# access u2if via pin instance to open for specifc VID/PID
6060
# pylint:disable = protected-access
61-
pin.GP0._u2if_open_hid(0x2E9A, 0x111F)
61+
pin.GP0._u2if_open_hid(0x2E8A, 0x111F)

0 commit comments

Comments
 (0)