mirror of
https://github.com/greatscottgadgets/hackrf.git
synced 2026-03-12 18:30:11 +01:00
Set USB API version to 1.10
This commit is contained in:
@@ -37,7 +37,7 @@
|
||||
#define USB_PRODUCT_ID (0xFFFF)
|
||||
#endif
|
||||
|
||||
#define USB_API_VERSION (0x0109)
|
||||
#define USB_API_VERSION (0x0110)
|
||||
|
||||
#define USB_WORD(x) (x & 0xFF), ((x >> 8) & 0xFF)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user