mirror of
https://github.com/brmlab/edubrm.git
synced 2025-06-10 05:44:00 +02:00
6 lines
174 B
C
6 lines
174 B
C
#define USB_VENDOR_ID 0x1FC9 // Vendor ID
|
|
#define USB_PROD_ID 0x1337 // Product ID
|
|
#define USB_DEVICE 0x0100 // Device ID
|
|
|
|
#define USB_INSIZE 64
|
|
#define USB_OUTSIZE 64
|