Skip to content

Commit 5a41ed6

Browse files
sago35deadprogram
authored andcommitted
xiao-ble: fix usbpid
1 parent 91e9c84 commit 5a41ed6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/machine/board_xiao-ble.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ const (
104104

105105
var (
106106
usb_VID uint16 = 0x2886
107-
usb_PID uint16 = 0x0045
107+
usb_PID uint16 = 0x8045
108108
)
109109

110110
var (

0 commit comments

Comments
 (0)