Skip to content

Commit 7f55ee9

Browse files
committed
Bump USB API version to 1.10.
1 parent 7ccc36d commit 7f55ee9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

firmware/hackrf_usb/usb_descriptor.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
#define USB_PRODUCT_ID (0xFFFF)
3838
#endif
3939

40-
#define USB_API_VERSION (0x0109)
40+
#define USB_API_VERSION (0x0110)
4141

4242
#define USB_WORD(x) (x & 0xFF), ((x >> 8) & 0xFF)
4343

0 commit comments

Comments
 (0)