mirror of
https://github.com/brmlab/edubrm.git
synced 2025-06-09 13:24:00 +02:00
change productID
This commit is contained in:
parent
ac9235a3f1
commit
4468f27594
5 changed files with 6 additions and 7 deletions
|
@ -26,7 +26,7 @@
|
|||
// Change these as needed to match idVendor and idProduct in your device's device descriptor.
|
||||
|
||||
static const int VENDOR_ID = 0x1fc9;
|
||||
static const int PRODUCT_ID = 0x0003;
|
||||
static const int PRODUCT_ID = 0x1337;
|
||||
|
||||
// Values for bmRequestType in the Setup transaction's Data packet.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue